View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
_rg_rg_ _rg_rg_ is offline
external usenet poster
 
Posts: 2
Default Declaring variables

declare in standard code module
Global Myvar as ...
rather than Public or Dim



"Pedro" a écrit dans le message de
...
I am declaring it in the standard module


[...]

Pedro

ps. Chip thanks for all your help