Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: maxxia
  • Content: Threads
  • Order by date
  1. maxxia

    Events for a dynamic array of controls on a userform

    I'm trying to create an array of controls on a userform which are created at runtime, which I can then reference using an index number to define events. My problem is that I'm declaring a dynamic array of controls using: Dim textbox() As Object and then in the Initialization event for the...
  2. maxxia

    Variable number of controls on a userform

    I'm trying to construct a userform that has fields which, when filled, form an equation. Each field is a separate part of the equation and the number of parts is variable, thus I've had to write code creating the necessary number of controls for any given equation. This I've written at the...

Part and Inventory Search

Back
Top