A
Arran
Hi to all,
I have a problem, I have a workbook that has a macro in it that has the
following code:
Else
Run "saveme"
Cancel = True
End If
This works fine but I have another macro that deletes the module that the
"saveme" macro is in.
Is there a way for the above code to be skipped if the module has been
deleted?
Thanks in advance.
I have a problem, I have a workbook that has a macro in it that has the
following code:
Else
Run "saveme"
Cancel = True
End If
This works fine but I have another macro that deletes the module that the
"saveme" macro is in.
Is there a way for the above code to be skipped if the module has been
deleted?
Thanks in advance.