Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you have an Array, say Array(9), how do you pass that information
for a function to use? For example: Public Function MyFunction(x as long) as Boolean Dim n as Long MyFunction=False For n = 1 to 9 If Array(n) = x then MyFunction = True Next End Function I know you can't have Public Function MyFunction(x as Long, Array() as long) as Boolean" But there has to be some way for public functions to access arrays outside the function doesn't there? Thanks John |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to pass a dynamic array FROM a function TO a sub | Excel Programming | |||
Pass an array | Excel Programming | |||
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 |