About 1,970,000 results
Open links in new tab
  1. vba - How to filter listbox values based on a Textbox value - Stack ...

    6 I have a textbox and a listbox on userform. I want to filter the values in listbox based on the value I enter in Textbox. Sheet named TMP has the values and I filter it based on textbox …

  2. vba - ActiveX Text Box Control Text on Excel Worksheet - Stack …

    Jun 2, 2020 · In VBA, how do I access the text value of an ActiveX text box control on an Excel worksheet?

  3. How to access textBox placed on sheet in VBA module?

    I have placed a TextBox control on a sheet in Excel, in a VBA module I want to acces the TextBox and populate with content. How do I reference the TextBox control?

  4. Making VBA Form TextBox accept Numbers only (including +,

    Oct 1, 2014 · Private Sub DisplayValue_TextBox_Change() If Not IsNumeric(DisplayValue_TextBox.Value) Then MsgBox "Only numbers allowed" End If End …

  5. vba - Passing text box control to private sub/function - Stack …

    I have a series of text boxes that I want to evaluate on form load to change some other elements of the form. Rather than processing them line by line I want to create a function. How can I …

  6. vba - Insert RichTextBox in Excel userform - Stack Overflow

    Jul 5, 2019 · 1 I created a userform in Excel VBA. There is plain text box called "Text box1" which contains few text formatting codes (ex. <Font Color=Black></Font>). I need to insert a …

  7. VBA Excel - Working with multiple textboxes with the same code

    Jan 26, 2021 · So I'm new to this area. I just want to ask if how can I minimize the use of the code below since I do have 13 textboxes with the same code. Is there a short way to do this? Here's …

  8. VBA Shapes.AddTextbox customize layout - Stack Overflow

    VBA Shapes.AddTextbox customize layout Asked 5 years, 5 months ago Modified 5 years, 5 months ago Viewed 2k times

  9. Advanced text editing for VBA (excel) textbox - Stack Overflow

    Sep 22, 2015 · So, question one is: Is there a way to copy full text formatting (Font, B/I/U, color, Size for each letter in the cell) alongside with text, from cell to TextBox and backwards, with …

  10. Formatting MM/DD/YYYY dates in textbox in VBA - Stack Overflow

    I'm looking for a way to automatically format the date in a VBA text box to a MM/DD/YYYY format, and I want it to format as the user is typing it in. For instance, once the user types in the second