Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Chip Pearson wrote:
Another way is to use the TypeOf operator while looping through the Controls collection. E.g., Dim Ctrl As MSForms.Control For Each Ctrl In UserForm1.Controls If TypeOf Ctrl Is MSForms.TextBox Then Debug.Print Ctrl.Text End If Next Ctrl Thank you, that helps a lot |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with Control Array Sum Formula | Excel Discussion (Misc queries) | |||
Control Array Help... | Excel Programming | |||
Problem: Control Toolbox Control resizes when clicked | Excel Programming | |||
Creating a Control Array | Excel Programming | |||
Set Focus Problem for textbox control on multipage control | Excel Programming |