I would like to test to see if a workbook is open and if not let the user know.
if i used:
Windows("GeneratorOutages 1 .xls").Activate
but then if the file was not open then upon error i would like to make a pop up a box appear to tell the user the file is not open.
so that the macro will not error out and ask the user to debug.
if i used:
Windows("GeneratorOutages 1 .xls").Activate
but then if the file was not open then upon error i would like to make a pop up a box appear to tell the user the file is not open.
so that the macro will not error out and ask the user to debug.