I have tried that too. elseif too. even tried select case and still coming up with the same problem. This is just the last code i have tried to get the same results
what I am trying to do is
if textbox15 = "" then run some code and exit sub
or
if textbox15 <> "" then run some code and exit sub
what is happening is
if textbox15 = "" then runs some code (not exiting sub)and then runs if textbox15 <> "" then runs the some code.
problem comes because when...
thanks for the info gavin.
the progress bar i created from microsoft support page is just coming up with a whited out form. I see what your saying in your code, I could put the application.statusbar="doing process1, 2 ..."at the top of each run "module name" in my coding.
is there a place you...
I have a userform with 3 frames and 23 check boxes. depending on which checkboxes are used in which frames depends on which modules it will run. can run upto 36 modules. from what i read and found through searching codes I assume progress bars are used only for loops. is this true?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.