Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, Can anyone help me with this problem?
I have 6 textboxes that I want to make visible on the excel page by using a For loop. However I am having a problem with the quotes Code: For ModuleNo = 1 To 6 StrTxtCalcElevHeightorDepth = ("Txt_Calc_Elev_HeightorDepth_" & ModuleNo & "") StrTxtCalcElevHeightorDepth.Visible = True Next ModuleNo Txt_Calc_Elev_HeightorDepth_1 is a textbox The code above means that StrTxtCalcElevHeightorDepth = "Txt_Calc_Elev_HeightorDepth_1". The quotes are causing a problem - anyone know how to remove them? thank you --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Removing character in a string | Excel Discussion (Misc queries) | |||
removing value within a string | Excel Worksheet Functions | |||
Please help with removing text string | Excel Discussion (Misc queries) | |||
Removing Spaces from string | Excel Worksheet Functions | |||
Where can I get UNLIMITED Excel stock qoutes? | Excel Discussion (Misc queries) |