Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi Guys, Problem: I have 100 buttons on a userform named Construct.Slat1 Construct.Slat2 Construct.Slat3 etc etc I need to make some of them invisible i.e from visSlats to 100 Here is my code. visSlats = Range("Vis").Value visSlats = visSlats + 1 For v = visSlats To 100 Construct.Slat(v).Visible = False Next v (This dosent work) Where Construct is the userform name What do I need to do to make this work?? Phi -- pspyv ----------------------------------------------------------------------- pspyve's Profile: http://www.excelforum.com/member.php...fo&userid=3065 View this thread: http://www.excelforum.com/showthread.php?threadid=57129 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Compare string with integer | Excel Programming | |||
Concatenating a string and an integer | Excel Programming | |||
Concatenate two variables (String & Integer) | Excel Programming | |||
Is there a function to convert a string representing an integer i. | Excel Programming | |||
How can i write a vba code to get string or integer "C15" from $c$15? | Excel Programming |