View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JNW JNW is offline
external usenet poster
 
Posts: 480
Default vba editor comes up everytime this specific macro is run

If you close all the way out of Excel the reopen the file and run the macro
does it still do it?
If so, if you restart the computer and the run does it do it?
--
JNW


"mithu" wrote:

sorry if this is a repost.. when i clicked on the one i put up earlier
i think because it included code it got deleted.

here is what is happening.. i have a module that has a set of code.

for some reason whenever i run the main macro the vba editor also
comes up.. there is no errors or any debug breakpoints.. the code runs
fine.. just the vba editor comes up everytime i run it..

any one know why?