About 11 results
Open links in new tab
  1. 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 …

  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 …

  3. 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 …

  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 …

  5. Problems with Microsoft Office Spreadsheet 11.0

    Oct 22, 2016 · Excel on my computer is work well with UserForm and Spreadsheet 11.0. When I copy the excel file to another computer and install OWC that you provided (restart computer as …

  6. how to assign a macro to an excel cell (click)

    Dec 1, 2009 · I will tell you why i need this. I have a userform that has a calendar control on it. Now in my project the column A is date. I want my userform to come up, when user clicks on …

  7. Keeping windows form on top within Excel application but not …

    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 …

  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 …

  9. 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 …

  10. 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 …