Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a long calculation and I created a userform (CHandicaps) with a
progress-bar. In CHandicaps, I created a routing to update the progress bar (UpdateProgress). So when my calculation begins, I show the userform: CHandicaps.Show vbModeless Now during the long calculation, I want to call the UpdateProgress function in the userform. This seems simple, but I've been banging around with this for a long time and cannot get my head around how to interact with a form "from a module". Color me lost.... Do I need to pull the UpdateProgress code out of the userform and put it in my calculation? If so how do I reference a field in the userform? Any help would be appreciated.. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Refer to control on userform from code module | Excel Programming | |||
Code in userform/worksheet vs. in Module | Excel Programming | |||
How to call a sub from UserForm Module | Excel Programming | |||
Modeless userform | New Users to Excel | |||
modeless userform | Excel Programming |