P
Pat
I want to have the ability to abandon an invoice and return it to its former
state. I thought if I closed the workbook without saving it and then reopen
it this would do the trick. I ran the following code but the workbook did
not open.
Application.DisplayAlerts = False
ActiveWorkbook.Close
Workbooks.Open Filename:=" "
Application.DisplayAlerts = True
Apart from just simply manually closing/reopening the workbook has anyone
got another method I should consider?
Ta
state. I thought if I closed the workbook without saving it and then reopen
it this would do the trick. I ran the following code but the workbook did
not open.
Application.DisplayAlerts = False
ActiveWorkbook.Close
Workbooks.Open Filename:=" "
Application.DisplayAlerts = True
Apart from just simply manually closing/reopening the workbook has anyone
got another method I should consider?
Ta