Progressbar doubt - vba

S

sudhakar682

Hi,

In my userform, I have a Multipage control with two pages in it. Also,
each page has two textboxes.

In the bottom of my userform, i have a progress bar control. I would
like the progress bar to be updated as the user switches between
different pages. (Suppose, if the user clicks page2 tab, then my code
checks whether both the textboxes in page1 are filled or not. If filled,
then progressbar should update to 50% and vice-versa).

Does anybody know how to code the above problem? If so, kindly
let me know.

thanks,
Sudhakar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top