Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello agian!
I'm trying to set a textbox for use later in the code. Dim iBox as Textbox if varTest = 1 then Set iBox = Sheet1.textbox1 elseif varTest = 2 then Set iBox = Sheet1.textbox2 elseif varTest = 3 then Set iBox = Sheet1.textbox3 end if with iBox .text = "Test" .enabled=False etc... end with It errors during the Set iBox= line of codes, what am I doing wrong? Thanks Craig |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I have had trouble with textbox text to worksheet | Excel Discussion (Misc queries) | |||
HELP! I Lost The Ability To Advance From TextBox To TextBox With the ENTER Or The TAB Keys | Excel Programming | |||
Textbox Bug? Missing/delayed update of textbox filled via VBA | Excel Programming | |||
Textbox Bug? Missing/delayed update of textbox filled via VBA | Excel Programming | |||
Textbox trouble on a user form | Excel Programming |