B
Berny
Can anyone help me on this one or at lease tell me if it can be done.
I'm trying to declare a variable once that can be used by all of the
functions/procedures in the module/project.
dim strVar as string
strVar = "1.1b"
I can't seem to make it work.
I'm trying to declare a variable once that can be used by all of the
functions/procedures in the module/project.
dim strVar as string
strVar = "1.1b"
I can't seem to make it work.