View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rbp9ad[_2_] Rbp9ad[_2_] is offline
external usenet poster
 
Posts: 25
Default Notify when file is open?

I want to open a file when notified that it is aailiable for editing. How
could i do this in code?

Workbooks.Open filename:="the file" _
notify:= true
'Upon notification
Workbooks.open filename:="the file"