I suppose this is very easy. I want a variable to work in any sub. It just recently seemed my variable worked only in the sub where i created it.
uh...sorry my bad english...
Printable View
I suppose this is very easy. I want a variable to work in any sub. It just recently seemed my variable worked only in the sub where i created it.
uh...sorry my bad english...
Try placing it in the general declarations section or creat a module and use the Public MyVar as type. I think this is right. HTH