Thread: Active sheets
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Joe Bannister Joe Bannister is offline
external usenet poster
 
Posts: 17
Default Active sheets

Hello all,

I have a macro that opens a second work book, does
various things and then closes the second workbook. Once
closed does the existing workbook automatically become
the active workbook again as it is the only one now open?

It would seem i have to activate it again by specifying
its name, i'd like to avoid this if possible.

Any help appreciated.

Cheers

Joe