Hi All,
I have a question. I have the following code saved in my macro:
'Open ITEM MASTER SKU
Workbooks.Open Filename:= _
"R:\Shared\TEAM\VMI FILES\ITEM Master SKU (NEW).xlsx", ReadOnly:=True, Notify:=False
However, I would like to add in some code that will open a find file window if the above code doesn't locate the file.
Reason is that I sometimes take the files with me and then I save them on another computer and I don't want to rewrite the above code everytime I switch it up.
Can you help me out?
Thanks!
I have a question. I have the following code saved in my macro:
'Open ITEM MASTER SKU
Workbooks.Open Filename:= _
"R:\Shared\TEAM\VMI FILES\ITEM Master SKU (NEW).xlsx", ReadOnly:=True, Notify:=False
However, I would like to add in some code that will open a find file window if the above code doesn't locate the file.
Reason is that I sometimes take the files with me and then I save them on another computer and I don't want to rewrite the above code everytime I switch it up.
Can you help me out?
Thanks!