snowmantle
Programmer
Hi,
In VBA if I do
If the user has a file with the same name already open is there a way to catch the error and ask them to change the selection rather than returning a debug message.. that only lets you end or debug the method?
In VBA if I do
Code:
Workbooks.Open fileName
If the user has a file with the same name already open is there a way to catch the error and ask them to change the selection rather than returning a debug message.. that only lets you end or debug the method?