View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Squid[_2_] Squid[_2_] is offline
external usenet poster
 
Posts: 17
Default Checking for open workbook...

I want to add some code to a workbook_BeforeClose event.
For example sake, lets call this Workbook1. I want to
sort the contents of Workbook1!Sheet1 only if Workbook2
is not open.

How can I test to see if another Workbook is open?

Thanks
Mike