Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have written a set of sub's and functions that handle formattin several sheets in my workbook. The problem is that in the process o activating the sheets and making my formatting changes the windo appears like it's going crazy. Is there a way I can turn off the focu change before my macro runs amd then turn it back on after it's done? Thanks, Morp -- morpheleo ----------------------------------------------------------------------- morpheleon's Profile: http://www.msusenet.com/member.php?userid=282 View this thread: http://www.msusenet.com/t-187057358 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
At the beginning of your code:
Application.ScreenUpdating = False At the end: Application.ScreenUpdating = True "morpheleon" wrote: I have written a set of sub's and functions that handle formatting several sheets in my workbook. The problem is that in the process of activating the sheets and making my formatting changes the window appears like it's going crazy. Is there a way I can turn off the focus change before my macro runs amd then turn it back on after it's done? Thanks, Morph -- morpheleon ------------------------------------------------------------------------ morpheleon's Profile: http://www.msusenet.com/member.php?userid=2828 View this thread: http://www.msusenet.com/t-1870573587 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
set focus | Excel Discussion (Misc queries) | |||
VBA Macros that don't steal focus? | Excel Programming | |||
focus | Excel Programming | |||
Set Focus | Excel Programming | |||
How do I set focus | Excel Programming |