R
Rbp9ad
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"
could i do this in code?
Workbooks.Open filename:="the file" _
notify:= true
'Upon notification
Workbooks.open filename:="the file"