View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
PEdro PEdro is offline
external usenet poster
 
Posts: 25
Default Modules and Forms

Hi,
I have a module that call a form using frmMain.Show
the form gets a value for a variable xxx=12 but whenever it turns to the
module (by doing frmMain.Hide) the xxx has no value
What change should I make to the code in order to have the variable.

Regards

Pedro