Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default MsgBox saying Excel is calculating

I have build a workbook with dropdown boxes and large lists. When
changing a variable in a dropdown box, due to the huge amount of data,
Excel calculates for a while.

I am looking for a way, to make a msgbox appear saying "Please wait -
Excel is calculating", while the calculation goes on.

Thanks a lot
Peter



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default MsgBox saying Excel is calculating

You should be getting a message in the status bar showing the percent done.

If you put up a msgbox, then nothing will happen while it is displayed. So
this won't work.

You might be able to put up a Userform and have code in the activate event
of the form execute a calculate command. (I assume calculation is set to
manual and the caculation is kicked off with a button).

--
Regards,
Tom Ogilvy

"Pedo00ab" wrote in message
...
I have build a workbook with dropdown boxes and large lists. When
changing a variable in a dropdown box, due to the huge amount of data,
Excel calculates for a while.

I am looking for a way, to make a msgbox appear saying "Please wait -
Excel is calculating", while the calculation goes on.

Thanks a lot
Peter



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default MsgBox saying Excel is calculating

See if this site helps. I have never tried it, but it
seems like it might work for you.

http://www.cpearson.com/excel/Progress.htm

Good luck!

Dave

(m)

-----Original Message-----
You should be getting a message in the status bar showing

the percent done.

If you put up a msgbox, then nothing will happen while it

is displayed. So
this won't work.

You might be able to put up a Userform and have code in

the activate event
of the form execute a calculate command. (I assume

calculation is set to
manual and the caculation is kicked off with a button).

--
Regards,
Tom Ogilvy

"Pedo00ab" wrote in

message
...
I have build a workbook with dropdown boxes and large

lists. When
changing a variable in a dropdown box, due to the huge

amount of data,
Excel calculates for a while.

I am looking for a way, to make a msgbox appear

saying "Please wait -
Excel is calculating", while the calculation goes on.

Thanks a lot
Peter



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from

http://www.ExcelForum.com/



.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default MsgBox saying Excel is calculating

The concept is OK, but there is no way to get in the middle of a calculate
to see how long it will take - so you can't update the progress bar

--
Regards,
Tom Ogilvy

"Dave Northrup" wrote in message
...
See if this site helps. I have never tried it, but it
seems like it might work for you.

http://www.cpearson.com/excel/Progress.htm

Good luck!

Dave

(m)

-----Original Message-----
You should be getting a message in the status bar showing

the percent done.

If you put up a msgbox, then nothing will happen while it

is displayed. So
this won't work.

You might be able to put up a Userform and have code in

the activate event
of the form execute a calculate command. (I assume

calculation is set to
manual and the caculation is kicked off with a button).

--
Regards,
Tom Ogilvy

"Pedo00ab" wrote in

message
...
I have build a workbook with dropdown boxes and large

lists. When
changing a variable in a dropdown box, due to the huge

amount of data,
Excel calculates for a while.

I am looking for a way, to make a msgbox appear

saying "Please wait -
Excel is calculating", while the calculation goes on.

Thanks a lot
Peter



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from

http://www.ExcelForum.com/



.



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 109
Default MsgBox saying Excel is calculating

Show a text box and remove it when the process is complete ?

Regards
BrianB
================================================== ========


Pedo00ab wrote in message ...
I have build a workbook with dropdown boxes and large lists. When
changing a variable in a dropdown box, due to the huge amount of data,
Excel calculates for a while.

I am looking for a way, to make a msgbox appear saying "Please wait -
Excel is calculating", while the calculation goes on.

Thanks a lot
Peter



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default MsgBox saying Excel is calculating

Thanks a lot - It is not working yet, but hopefully in a short while..



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel msgbox when cell range is clicked SoggyCashew Excel Discussion (Misc queries) 2 November 6th 08 10:25 PM
code to close an excel sheet without saving it .(via msgbox) Satyam Reddy Excel Worksheet Functions 2 May 14th 08 02:48 PM
Pop up MsgBox upon opening Excel File certain_death Excel Discussion (Misc queries) 5 June 2nd 06 12:38 PM
how msgbox from Word when ran from Excel? Dave Peterson[_3_] Excel Programming 0 September 6th 03 12:11 AM
MsgBox Dave Peterson[_3_] Excel Programming 0 July 23rd 03 02:11 AM


All times are GMT +1. The time now is 10:02 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"