Hi,
I have a macro which is used by different users, has been working for years with no issues but now, due to an IT change, different users have been given different network addresses which I can't get to be changed so all have the same path.
In order for the code to run for all users,
One user will need the code written as N:\Capital Leasing\Operations\etc
Another user will need the code as N:\Operations\etc
Is there any code that I can insert that would say if
N:\Capital Leasing\Operations\etc
could not be found, then use
N:\Operations\etc ?
Thanks
Steve
I have a macro which is used by different users, has been working for years with no issues but now, due to an IT change, different users have been given different network addresses which I can't get to be changed so all have the same path.
In order for the code to run for all users,
One user will need the code written as N:\Capital Leasing\Operations\etc
Another user will need the code as N:\Operations\etc
Is there any code that I can insert that would say if
N:\Capital Leasing\Operations\etc
could not be found, then use
N:\Operations\etc ?
Thanks
Steve