Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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/ |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
reuest formula for auto update status & status date | Excel Worksheet Functions | |||
Excel 2007 - Status Bar starts at top of Window | Excel Discussion (Misc queries) | |||
Docking Project Explorer, Properties window and Code window in VBE | Setting up and Configuration of Excel | |||
The window opens in a smaller window not full sized window. | Excel Discussion (Misc queries) | |||
Newbie: How to define the font size in the status bar window? | Excel Programming |