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