K
Kevlar
The following macro opens another workbook and makes it active.
Workbooks.Open Filename:= _
"C:\Program Files\Estimating\Shipment Requisition Form.xls"
Windows("Estimating.xls").Activate
What should I add to check if it is already open, and if so, just mak
it active. i.e do not try to reopen it.
Thank
Workbooks.Open Filename:= _
"C:\Program Files\Estimating\Shipment Requisition Form.xls"
Windows("Estimating.xls").Activate
What should I add to check if it is already open, and if so, just mak
it active. i.e do not try to reopen it.
Thank