ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   VBA - Status Window? (https://www.excelbanter.com/excel-programming/304096-vba-status-window.html)

jordanctc[_7_]

VBA - Status Window?
 
Didn't I read somewhere that you can create a status/progress window?

I know forms stop the VBA so what's the secret?

Jorda

--
Message posted from http://www.ExcelForum.com


Frank Kabel

VBA - Status Window?
 
Hi
see:
http://www.enhanceddatasystems.com/E...rogressBar.htm
http://www.cpearson.com/excel/Progress.htm
http://j-walk.com/ss/excel/files/developer.htm

--
Regards
Frank Kabel
Frankfurt, Germany


Didn't I read somewhere that you can create a status/progress window?

I know forms stop the VBA so what's the secret?

Jordan


---
Message posted from http://www.ExcelForum.com/



RB Smissaert

VBA - Status Window?
 
A Message will pause the flow of the VBA code, but a form won't.
Just use the progressbar control (right-click the toolbox in the VBE and do
additional controls and add the progressbar control) on a form and set the
value.

RBS


"jordanctc " wrote in message
...
Didn't I read somewhere that you can create a status/progress window?

I know forms stop the VBA so what's the secret?

Jordan


---
Message posted from http://www.ExcelForum.com/



Jeff Standen

VBA - Status Window?
 
You can have a modeless form from Excel 2000 onwards. Call the form like so:

MyForm.Show vbModeless

Then it won't stop the rest of your code.

Jeff

"jordanctc " wrote in message
...
Didn't I read somewhere that you can create a status/progress window?

I know forms stop the VBA so what's the secret?

Jordan


---
Message posted from http://www.ExcelForum.com/





All times are GMT +1. The time now is 12:20 PM.

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