Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi When running a macro, there is no need to display the steps macro i executing, how I can switch it off :) Thanks Pete -- peterik ----------------------------------------------------------------------- peteriks's Profile: http://www.excelforum.com/member.php...fo&userid=3701 View this thread: http://www.excelforum.com/showthread.php?threadid=56733 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Application.ScreenUpdating = False
' your code Application.ScreenUpdating = True Regards Trevor "peteriks" wrote in message ... Hi When running a macro, there is no need to display the steps macro is executing, how I can switch it off :) Thanks Peter -- peteriks ------------------------------------------------------------------------ peteriks's Profile: http://www.excelforum.com/member.php...o&userid=37011 View this thread: http://www.excelforum.com/showthread...hreadid=567330 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thanks Trevor :) -- peteriks ------------------------------------------------------------------------ peteriks's Profile: http://www.excelforum.com/member.php...o&userid=37011 View this thread: http://www.excelforum.com/showthread...hreadid=567330 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
choose car, add options, show running total | Excel Discussion (Misc queries) | |||
How to Show Macro is Running | Excel Discussion (Misc queries) | |||
How to show the active cell after running a macro? | Excel Programming | |||
How to show dropdown list from another workbook without running it | Excel Discussion (Misc queries) | |||
show messagen when running a macro? | Excel Programming |