Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I've created a tool that runs several macros to and takes runs for quite some
time. Instead of excel showing all the steps that are going on during each macro, I would like for excel to stay on the home page (the page where the macro button is clicked) of the tool and show a "working" status until it is complete with all the macros. Is this possible to do? Thanks for any help. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sub Macro1()
application.ScreenUpdating = False 'Your code here application.Screenupdating = true end sub -- HTH... Jim Thomlinson "bwilk77" wrote: I've created a tool that runs several macros to and takes runs for quite some time. Instead of excel showing all the steps that are going on during each macro, I would like for excel to stay on the home page (the page where the macro button is clicked) of the tool and show a "working" status until it is complete with all the macros. Is this possible to do? Thanks for any help. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks, that works great to hide the steps. Is there a way I can show the
status while its running so the user wont think the program crashed? Maybe a box that says "working" or something like that. "Jim Thomlinson" wrote: Sub Macro1() application.ScreenUpdating = False 'Your code here application.Screenupdating = true end sub -- HTH... Jim Thomlinson "bwilk77" wrote: I've created a tool that runs several macros to and takes runs for quite some time. Instead of excel showing all the steps that are going on during each macro, I would like for excel to stay on the home page (the page where the macro button is clicked) of the tool and show a "working" status until it is complete with all the macros. Is this possible to do? Thanks for any help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how can we hide the steps of macro running | Excel Discussion (Misc queries) | |||
RUNNING BALANCE NOT SHOWING | Excel Worksheet Functions | |||
Running Macros | Excel Discussion (Misc queries) | |||
running macros from IF | Excel Worksheet Functions | |||
Running Macros when on the LAN | Excel Discussion (Misc queries) |