ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Popup MsgBox (https://www.excelbanter.com/excel-discussion-misc-queries/70522-popup-msgbox.html)

jackle

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.

exceluserforeman

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.



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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com