Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I created a class public sub FindInIt(myArray() as double) ... ¦ End sub When Im creating an object to call that sub , Obj.FindInIt(ThisismyArray) then I receive an error message that says ¦. Compile error expected = like if it was a function. My question is can I pass an array by reference? Thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Read the VBA help on the Call statement.
NickHK "Barb" wrote in message ... I created a class public sub FindInIt(myArray() as double) .. . End sub When I'm creating an object to call that sub , Obj.FindInIt(ThisismyArray) then I receive an error message that says .. Compile error expected = like if it was a function. My question is can I pass an array by reference? Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Public array | Excel Programming | |||
public array | Excel Programming | |||
public array | Excel Programming | |||
ReDim Object array as parameter of Variant array | Excel Programming | |||
Public Array | Excel Programming |