Theresa has attended:
Excel Advanced course
Macros
Hi,
Please how can I delete an existing macro if it is wrong?
RE: Macros
Hi Theresa, thanks for your query. There are two ways to do this. First of all, click Macros on the Developer Tab, select the name of the macro you want to delete and then press delete. Alternatively, open up the VBA IDE, select the subroutine you want to remove in the code window and delete it from there.
Hope this helps,
Anthony