Delete all macros

D

Diehard

I was using excel ver 2000 and I was able to delete all macros in my
VBAProject using code, now I have excel ver 2003, I can no longer
delete the macro. What has changed in ver 2003?
 
J

JE McGimpsey

I was using excel ver 2000 and I was able to delete all macros in my
VBAProject using code, now I have excel ver 2003, I can no longer
delete the macro. What has changed in ver 2003?

Without seeing your code, I'd have no idea.

However, you'd be better off posting this in a newsgroup not dedicated
to Macintosh Excel.

Try

microsoft.public.excel.programming

When you do, give some detail, i.e., are you getting error messages?
failing silently? Crashing?
 
Top