View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Message Box bleeds when dragged

If you change screenupdating to true, I bet the problem goes away:

application.screenupdating = true
msgbox "your message here"
application.screenupdating = false



Modell wrote:

I'm pretty sure this is a memory issue, but I have a macro that has message
boxes come up and when you drag them they bleed all over the screen wherever
they're dragged. Would anyone know how I might correct this? My file is
fairly large at around 2 megs.

Thanks.


--

Dave Peterson