View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kamal Hussain Kamal Hussain is offline
external usenet poster
 
Posts: 1
Default VBA Excel Checking whether an XL file is already open elsewhere

I am trying to write a sub routine when checks to see if
an excel spreadsheet is already opened by someone else on
the network.

Basically, I need to update a "summary" spreadsheet with
data ... but it is often open and being view by others ..
so i need to check if it is indeed being read and halt the
update.

hope someone can help

thanks