Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
*********************
Dim HeadingsToSync As Variant HeadingsToSync = Array("1", "2", "3", "ABC", "ABC %Total", "123ABC / 321CBA") For y = LBound(HeadingsToSync) To UBound(HeadingsToSync) MsgBox y Next y ********************** Why the duce doesnt y display anything other than 0? Sincerely, Arturo |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trouble with Array multiple return formula | Excel Discussion (Misc queries) | |||
Trouble Passing An Array | Excel Programming | |||
Trouble shooting#NA error in Array formula | Excel Discussion (Misc queries) | |||
Trouble increasing the array number and capacity? | Excel Programming | |||
Trouble to sort an array in Excel using VBA | Excel Programming |