View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
sbharbour sbharbour is offline
external usenet poster
 
Posts: 1
Default Checking for Open Workbook

I've put a button on a spreadsheet that opens another workbook, works
fine if the other workbook isn't already open.

What I need to do, is to modify this so that it checks to see if this
workbook is already open, and if it is pop-up a message box saying the
workbook is already open, otherwise it can just go ahead and open the
closed workbook...

TIA for any suggestions.