Can someone help put together the proper code for the following?
IF an error occurs upon the following ...
Then open file "CORPORPF.xlsx" (Full file path is V:VAI:CORPORPF.xlsx")
If no error occurs then ...
Thank you for any help
IF an error occurs upon the following ...
Code:
Windows("CORPORPF.xlsx").Activate
Then open file "CORPORPF.xlsx" (Full file path is V:VAI:CORPORPF.xlsx")
If no error occurs then ...
Code:
Windows("CORPORPF.xlsx").Activate
Thank you for any help
Last edited: