G
Guest
Hi, I am attempting to save a work book as another file name using the
Application.Dialogs(5).Show
I am then doing setting the active page
Worksheets("LS_ORDER_FORM_1").Activate
The problem I am having is it seems that the original is still open because
the data then cannot be saved properly on the new file. Could it be that both
are open for a period?
Can a person ensure that the original workbook is closed before doing any
processing on the new?
Application.Dialogs(5).Show
I am then doing setting the active page
Worksheets("LS_ORDER_FORM_1").Activate
The problem I am having is it seems that the original is still open because
the data then cannot be saved properly on the new file. Could it be that both
are open for a period?
Can a person ensure that the original workbook is closed before doing any
processing on the new?