I'm trying to run a script that will close a workbook that is currently not active. Is there a way to make a different workbook the active one so that i could say:
or is there another way to do this?
Any help would be greatly appreciated!
Code:
ActiveWorkbook.Close True
or is there another way to do this?
Any help would be greatly appreciated!