Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a spreadsheet with a fairly complex series of macros that create
reports. These macros take several seconds to run and pull data from several sheets. Is there a way to mask that process from the user with a page that shows while the macros are running rather than seeing the data being filtered, sheets being added etc ? Thanks in advance, Chaz |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Chaz
Use this in your code so the user don't see your macro working You can select a sheet first with a nice picture or text before you set ScreenUpdating to false Application.ScreenUpdating = False 'your code Application.ScreenUpdating = True -- Regards Ron de Bruin http://www.rondebruin.nl "Chaz" wrote in message ... I have a spreadsheet with a fairly complex series of macros that create reports. These macros take several seconds to run and pull data from several sheets. Is there a way to mask that process from the user with a page that shows while the macros are running rather than seeing the data being filtered, sheets being added etc ? Thanks in advance, Chaz |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
Linking two "total" pages to create a "Complete Total" page | Excel Worksheet Functions |