Hi ALl
I want to define a public variable and i am using the following code but it gives me Compile error Invalid outside procedure.
Any help would be much appreciated.
I want to define a public variable and i am using the following code but it gives me Compile error Invalid outside procedure.
Code:
option explicit
public ABC1 AS VARIABLE
ABC1="FALSE"