Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you dim an array as labels you ned to refer to it as labels, not label (an array is not like a collection)
Dim labels(5) labels(0) = Label1.Caption labesl(1) = Label2.Caption -- John Green - Excel MVP Sydney Australia "T.K Kullervo" wrote in message ... I want to refer to many labels inside a for loop. Is it possible to make a table from the labels like labels(5)? I tried Dim labels(5) as label label(0) = Label1.. And so on How is it done right? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I find a value in a table without using the labels? | Excel Worksheet Functions | |||
How do I get labels to repeat in a pivot table? | Excel Worksheet Functions | |||
PIvot Table - Repeat Row Labels | Excel Discussion (Misc queries) | |||
How do I get the Pivot Table row labels to repeat? | Excel Discussion (Misc queries) | |||
How do I repeat labels in a Pivot Table | Excel Discussion (Misc queries) |