Y
yspin
HI,
I am trying to save as an excel workbook with macros but when the user
will open it after the save as i dont want the macros to work.
I have a form that kicks in in the Workbook_Open event, i dont want
this event to occur after the save as.
I know about Application.EnableEvents=False but if i use it it will
disable the macros all the time, i need to disable it only when the
user opens the copy after the save as.
I googled for it but couldnt find anything.
Thanks,
I am trying to save as an excel workbook with macros but when the user
will open it after the save as i dont want the macros to work.
I have a form that kicks in in the Workbook_Open event, i dont want
this event to occur after the save as.
I know about Application.EnableEvents=False but if i use it it will
disable the macros all the time, i need to disable it only when the
user opens the copy after the save as.
I googled for it but couldnt find anything.
Thanks,