Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Zygoid

    having a problem with if then elseif

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

    having a problem with if then elseif

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

    use a progress bar without a loop

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

    use a progress bar without a loop

    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?

Part and Inventory Search

Back
Top