View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Joe Fish Joe Fish is offline
external usenet poster
 
Posts: 24
Default Global Variables

Francis,
He's right, the Set statement needs to be inside a module, but the
Public declaration needs to be before the first statement in a module.
Have Fun,
Fish