I have a user form I use for several different
functions around my workplace. It's a custom interface I mod based on what the users needs are.
For the application I am working on now, which creates reports that are currently put together manually. The userform has check boxes for what reports they would like generated from an imported master data table and has comboboxes to select the month they want the reports generated for.
I would like to add a progress bar to my existing userform. All of the examples I found searching the web wrap a userform around a caption more or less. Since I already have a user form, I don't know how to embed one inside another. Is there a method to point the progress bar code to the caption itself on my existing user form instead?
functions around my workplace. It's a custom interface I mod based on what the users needs are.
For the application I am working on now, which creates reports that are currently put together manually. The userform has check boxes for what reports they would like generated from an imported master data table and has comboboxes to select the month they want the reports generated for.
I would like to add a progress bar to my existing userform. All of the examples I found searching the web wrap a userform around a caption more or less. Since I already have a user form, I don't know how to embed one inside another. Is there a method to point the progress bar code to the caption itself on my existing user form instead?