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...
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.