Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "Freddie Mac" wrote: I have several textboxes and checkboxes. I now insert them into an array but there is something called control array? How do you use it? My help function does not work! This will work. testNumber = Me.Controls("txtStart" & CStr(1)) Me.Controls("txtStart" & CStr(2)) = testNumber So it you have textboxes named txtStart1, txtStart2, txtStart3 etc. You obviously would use variable instead of the 1 and 2 I used. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with Control Array Sum Formula | Excel Discussion (Misc queries) | |||
Control array problem | Excel Programming | |||
Control Array Help... | Excel Programming | |||
Creating a Control Array | Excel Programming | |||
Dump 2D array into Control | Excel Programming |