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.

option explicit
public ABC1 AS VARIABLE
ABC1="FALSE"
Any help would be much appreciated.