Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a very large spreadsheet which links to over 300 other spreadsheets.
When a specific macro is run to perform a filter there is long delay whilst it performs it. I am trying to figure out how to adise the user that there may be a delay at the begining of the macro in a message box (e.g. "Calculating - please wait"). At the end of the macro I want the box to close automatically. Any ideas how I can do this? Thank you in advance. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try a progress bar:-
http://www.cpearson.com/excel/Progress.htm Mike "B Baggins" wrote: I have a very large spreadsheet which links to over 300 other spreadsheets. When a specific macro is run to perform a filter there is long delay whilst it performs it. I am trying to figure out how to adise the user that there may be a delay at the begining of the macro in a message box (e.g. "Calculating - please wait"). At the end of the macro I want the box to close automatically. Any ideas how I can do this? Thank you in advance. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Jun 20, 4:30 am, Mike H wrote:
Try a progress bar:- http://www.cpearson.com/excel/Progress.htm Mike "B Baggins" wrote: I have a very large spreadsheet which links to over 300 other spreadsheets. When a specific macro is run to perform a filter there is long delay whilst it performs it. I am trying to figure out how to adise the user that there may be a delay at the begining of the macro in a message box (e.g. "Calculating - please wait"). At the end of the macro I want the box to close automatically. Any ideas how I can do this? Thank you in advance.- Hide quoted text - - Show quoted text - Mike's suggestion is a good one. If you're just looking for a box to popup, create a userform and put whatever you want it to say on there. Then load the userform at the start of the macro and unload it at the end. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for your prompt responses.
I really like the ideas in Mikes posting. Unfortunately, my employer has really locked down the IT making it difficult to implement. (I even had to wait to get home to use the 'reply' button!). I may be able to get away with Johns suggestion and will try it tomorrow. Thanks again. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Move cell info and info in range of cells on new entry | Excel Discussion (Misc queries) | |||
Copied info from Excel worksheet, but pasted info won't work in fo | Excel Discussion (Misc queries) | |||
F2 edit cells - new info disappears when I hit enter | Excel Discussion (Misc queries) | |||
need help w/ macro prompting with info and pasting the info based on user input | Excel Programming | |||
Link info in one cell to info in several cells in another column (like a database) | Excel Discussion (Misc queries) |