About 10 results
Open links in new tab
  1. VBA TextBox Value change on a Form - social.msdn.microsoft.com

    May 28, 2015 · I have a UserForm in Access, with buttons which control various Macros. These Macros import data and activate Queries. Whilst these queries are running, I want a textbox to update to say …

  2. Tabbing between text boxes - social.msdn.microsoft.com

    Jul 31, 2007 · I have a userform with 5 text boxes and a command button on it. When the macro that shows the userform is executed the cursor is sitting in the first text box. However when the user …

  3. Update a listbox from a UserForm - social.msdn.microsoft.com

    Oct 3, 2011 · You can access any object in the userform code by just its object name like tbxNewString.Text. But you can also access the object by its full name including the userform like …

  4. Word VBA: open one form from another

    Feb 7, 2012 · Below article gives you a nice example on how to build UserForm in combination with Bookmarks. The technique is using the UserForm to fill the entries and they will be shown in the …

  5. Dúvida em UserForm de Entrada e Saídas de Cheques

    Possuo um Userform que faz a entrada dos cheques numa planilha e estou com dificuldades para finalizar a planilha que faz a saída desses cheques. Possuo um código que puxa as informações do …

  6. Keeping windows form on top within Excel application but not TopMost

    Sep 29, 2020 · In the original (i.e.- VBA) version I have a modeless UserForm (called frmMain) that floats on top and is visible at all times while the user is still within the Excel application, but is not …

  7. UserControl and Event in VB6 - social.msdn.microsoft.com

    Feb 14, 2009 · I created a dll with forms in VS2008 in VB .Net and deployed it on the LAN. I used a strong key for compiling and added permissions for full access for applications using the strong key. I …

  8. How to populate a ListBox with data pulled from an Access Table

    Jul 1, 2013 · This is my first time using VBA... Ok, so here is the story... I need to find a way to populate a ListBox with the data I have on my access db... I mean for example... I want to be able to choose a …

  9. GetUserProfileByName in InfoPath

    May 9, 2016 · Thank you for your answer. I'm using local Data connection library (at the same site where the form is) thought I will try to use centrlized file maybe it will change something. The "Allow …

  10. Properly setting SelStart in a multiline textbox

    Jul 20, 2016 · I have a multiline Textbox in a Userform that users can add text to. The text can be selected from a Listbox (in which case it is added via code when the user double-clicks in the …