View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Squid[_3_] Squid[_3_] is offline
external usenet poster
 
Posts: 14
Default Variables - simple question

Can I dim a public variable anywhere in a project or does it have to be in a
module?

I have a variable in my workbook_open event. I now need to use this
variable elsewhere in my project. What is the proper way to do this?