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 Mike Lewis 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. MsBecca

    Log-In Screen Code Won't Work

    Thanks RobBroekhuis and TheBitDoctor for responding and helping me resolve my coding problem. Your help was much appreciated. STARS to both of you. MsBecca
  2. MsBecca

    Log-In Screen Code Won't Work

    Can someone review my code and see why my Log-In userform code will not work properly? I can't get the Log-In form to redisplay each time the user inputs the wrong USERNAME and PASSWORD. After the inital log-in attempt, code loops two more time, but never re-displays the log-in form for the...
  3. MsBecca

    Run-time Error 1004 - Method 'Range' of object '_Global' failed

    Rob, All of the above code is currently being executed in the cmdPrintEnterClearRec click event. There is only one worksheet in the "ContractDB" workbook that the information is being dumped into. This same worksheet also holds my values for the cboAgrT combobox, but in Column IV...
  4. MsBecca

    Run-time Error 1004 - Method 'Range' of object '_Global' failed

    Could someone review my attached code and let me know why I am receiving the "Method Range of object_Global failed". Comboboxlist is a named range (Thanks to SkipV for tip): =OFFSET('Contract DB'!$IV$2,0,0,COUNTA('Contract DB'!$IV:$IV)-1,1) Column IV on my Excel worksheet contains...
  5. MsBecca

    ComboBox: Add user entered text to combobox list

    Sorry Skip...Don't mean to be a pest, but I adjusted my code as you requested, now I am getting the following error message: Run-time Error 1004 - Method 'Range' of object '_Global' failed I've even tried putting the With...End Loop in the Combobox.Change Event and still get the same error. I...
  6. MsBecca

    ComboBox: Add user entered text to combobox list

    Skip Vought Thanks for replying to my post, but I still cannot get the code to work. Where do I put the While....End Loop? Any help you provide me would be greatly appreciated. Here is my current code w/your code added where I thought it should go: Private Sub cmdEnterPrintClearRec_Click()...
  7. MsBecca

    ComboBox: Add user entered text to combobox list

    How do I add text that a user enters in a combobox to its already existing list? My combo box drop-down list is populated with data contained in an Excel worksheet range of (IS1:IS255). ROW SOURCE PROPERTY is set to this range. How do I then add user entered text into my combo box list so that...

Part and Inventory Search

Back
Top