Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I make a macro run in a way that the user cannot see all the steps in
between, only the end result? Office 2003 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
application.screenupdating=false
code reset to true -- Don Guillett SalesAid Software "K. Hulse" <K. wrote in message ... How do I make a macro run in a way that the user cannot see all the steps in between, only the end result? Office 2003 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Whayt Don said plus be sure to have an "on error" section in the code to
reset to true - or when your code crashes excel will not be updating the screen and you will need to close and reopen the app "K. Hulse" wrote: How do I make a macro run in a way that the user cannot see all the steps in between, only the end result? Office 2003 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I think I want to make a Macro | New Users to Excel | |||
make a macro to insert a macro | Excel Discussion (Misc queries) | |||
Help Me Make Macro | Excel Discussion (Misc queries) | |||
Run quietly | Excel Programming | |||
Open a File "Quietly" | Excel Programming |