View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul Paul is offline
external usenet poster
 
Posts: 661
Default Variables not recognized

Hello All,
Im using Excel 2003 and coding in MS VB. Ive declaring variables in
Module 1 Window and created code in Module 1 and Module 7 Windows. I having
problem with variable in Module 7 Windows. The variables are recognized in
M7 while stepping through the code. However, while stepping from M7 to M1,
the variables are not recognized in M1 Window.

How is this problem corrected?

Thanks in advance!
Paul