Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using the code below to populate the TextBoxes of my UserForm. My
problem is, that "TextBox3.Text = rng(1, 4).Text" refers to a hidden column so nothing appears in the TextBox3. Is there away around this? While I need the data in column 4, I do not need it to show on the worksheet. TextBox1.Text = rng(1, 1).Text TextBox2.Text = rng(1, 2).Text TextBox3.Text = rng(1, 4).Text |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how can I find A column when it's hiden? | Excel Worksheet Functions | |||
Why can't I unhide a hiden row | Excel Discussion (Misc queries) | |||
Is column hiden? | Excel Programming | |||
Is column hiden? | Excel Programming | |||
hiden sheet | Excel Programming |