Thread: Variables
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MIKEYMAY MIKEYMAY is offline
external usenet poster
 
Posts: 3
Default Variables

I am wanting to use a boolean variable, say Var1 named
from a User Form within a macro and then call up that
variable in a subsequent Sub routine that forms part of
the macro but when the sub routine is running Var1 is now
empty.

What am I doing wrong?