View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim Jackson Jim Jackson is offline
external usenet poster
 
Posts: 324
Default how to maintain settings when calling a second macro

I have several macros that need to be run in progression. Combining them
would make for too long macros. The problem is that when the second macro is
called, all memory is lost (wbk1 = "xxxxxxx.xls") etc. Is there a global
declaration that can be made for each macro in the progression to keep the
assignments?

Thanks,

Jim