Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
If Dave's suggestion of Screenupdating doesn't work check your code to make sure you have not activated or selected a cell/range on a hidden sheet. Cheers Andy 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. -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
That works! Thanks so much.
"Dave Peterson" wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I've dragged columns back in Excel | Excel Discussion (Misc queries) | |||
formula won't change correctly when dragged | Excel Worksheet Functions | |||
Locking Clolumn Color So It Won't Get Dragged Away | Excel Discussion (Misc queries) | |||
Formula not changing when Dragged!!!! | Excel Discussion (Misc queries) | |||
Multiple images of dragged userforms | Excel Programming |