View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
llama llama is offline
external usenet poster
 
Posts: 6
Default How do I remove macro at excel startup?

Have you removed the Module container that the macros code was in? If
this is still present excel will assume you have code in there. Chances
are it will be called module1, right click on it and remove.