View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Genix Genix is offline
external usenet poster
 
Posts: 8
Default Using variables across userforms

Please can someone help me out urgently. .

I have created 5 userforms with their respective event handlers (Private
Subs) and while creating these forms I used Public declared variables (one in
each form; all different variable Names)

Now I have created a 6th Form and want to use all five variables but VBA
keeps telling me "variable not found"

Please, is there a way to call and use variables across userforms or modules
within a single VBA project?

Thank you . .