#1   Report Post  
Posted to microsoft.public.excel.misc
jackle
 
Posts: n/a
Default Popup MsgBox

Is there a way to create a MsgBox that pops up when a Refresh All is
complete? If so, can you send code? When we pull data into worksheets from
the SQL server, it takes a while. You are constantly looking at a cursor
(curse-err!!) to see if it's complete. A pop up would be nice. Thanks in
advance.
  #2   Report Post  
Posted to microsoft.public.excel.misc
exceluserforeman
 
Posts: n/a
Default Popup MsgBox

Create a macro that executes the Refresh All then at the end of the sub ...
assign it to a toolbar button


Sub Do_It_To_Me ()
Application.RefreshAll
msgbox"All Done!",vbexclamation,"Refesh Manager"
End sub




"jackle" wrote:

Is there a way to create a MsgBox that pops up when a Refresh All is
complete? If so, can you send code? When we pull data into worksheets from
the SQL server, it takes a while. You are constantly looking at a cursor
(curse-err!!) to see if it's complete. A pop up would be nice. Thanks in
advance.

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
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
If a worksheet name is = to test then a msgbox appears Vick Excel Discussion (Misc queries) 1 December 21st 05 11:17 PM
MsgBox compile error in Excell Jerry Dyben Excel Discussion (Misc queries) 1 October 11th 05 07:04 PM
Msgbox Wildman Excel Worksheet Functions 1 April 26th 05 04:57 AM
"Why did we get here????" popup jtwspoon Excel Discussion (Misc queries) 3 February 4th 05 04:57 AM


All times are GMT +1. The time now is 11:09 PM.

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

About Us

"It's about Microsoft Excel"