Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
How do I pass an array to a sub routine? Dim HeaderArray(1 to 6) as long HeaderArray(1) = 43 HeaderArray(2) = 90 HeaderArray(3) = 138 HeaderArray(4) = 186 HeaderArray(5) = 234 HeaderArray(6) = 282 I tried passing it as HeaderArray but got strange results. Call NextRoutine(HeaderArray) -- Thanks for your help. Karen53 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
combining cells and array from different sheets into an array to pass to IRR() | Excel Discussion (Misc queries) | |||
Pass an array to Rank | Excel Worksheet Functions | |||
How do I pass an array to a listbox? | Excel Programming | |||
How can I pass an array as TextToDisplay to a hyperlink? | Excel Programming | |||
Pass array from Project to Excel | Excel Programming |