View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
caldog caldog is offline
external usenet poster
 
Posts: 111
Default Looking to see if Workbook is open

I am trying to write VBA code that will look first to see if another workbook
is open, if open then go to sheet 1, if not open, then open it and go to
sheet 1.

You see I might need to go to this sheet several different times during the
day and I don't want to keep opening and closing the sheet.

Steve