Hiya, how do you declare a public array? exactly? I can find no code snippets - and when I try:
public dim colorarray(1 To 15) As Long
I get an error. I've tried it inside a public function, and inside the calling cmd_button - and outside - still no joy. Basically, I want to be able to access the array from 1 Sub and 3 functions.
Thanks
Yum.
public dim colorarray(1 To 15) As Long
I get an error. I've tried it inside a public function, and inside the calling cmd_button - and outside - still no joy. Basically, I want to be able to access the array from 1 Sub and 3 functions.
Thanks
Yum.