0
votes

I created an an Excel macro that works correctly however when I add this code to my macro in PERSONAL.XLS from the start directory of MS Excel (in a bad place in the macro), I can't open the macro and I can't find it..

How can I open the macro to delete this bad code!!!

Dim sKill As String
sKill ="TASKKILL /f /IM EXCEL.EXE"
....
shell sKill , vbHide
1

1 Answers

1
votes

... Why not just remove your personal.xls from that directory and start over??

OR Remove it, rename it as a.xls or anything else and then open it.

OR set your Tools > macro options so that the macros don't run.