Thread
:
Notify when file is open?
View Single Post
#
1
Posted to microsoft.public.excel.programming
Rbp9ad[_2_]
external usenet poster
Posts: 25
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"
Reply With Quote
Rbp9ad[_2_]
View Public Profile
Find all posts by Rbp9ad[_2_]