T
The Professor
I am trying to compile code that I have had working for over 10 years in
excel for windows. It is in Visual Basic and is really annoying that it
wont work in Mac.
Function someFunction() as string()
End Function
Now the error I get is simply ³Expected: end of statement²
For some reason Excel for Mac doesn¹t like me declaring a function that
returns an array of any type. I am actually using a function to return an
array of custom Type.
The following DOES work:
Function someFunction2() as String
End Function
Any ideas??? Any clues out there?
excel for windows. It is in Visual Basic and is really annoying that it
wont work in Mac.
Function someFunction() as string()
End Function
Now the error I get is simply ³Expected: end of statement²
For some reason Excel for Mac doesn¹t like me declaring a function that
returns an array of any type. I am actually using a function to return an
array of custom Type.
The following DOES work:
Function someFunction2() as String
End Function
Any ideas??? Any clues out there?