View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein Rick Rothstein is offline
external usenet poster
 
Posts: 5,934
Default Unwanted MsgBox shows in error

I would think it is coming from a MessageBox that you have somewhere in your
code. If the message is a text constant, try doing a project-wise search for
that text to see if you can locate it.

--
Rick (MVP - Excel)


"Tony7659" wrote in message
...
I used to have a MsgBox at the end of my code and recently changed it to
display a different message. However, every time I run the macro, the
original message is displayed at the end. Where is it coming from? Thank
you.
Tony.