+ Reply to Thread
Results 1 to 9 of 9

Loop with And

  1. #1
    Registered User
    Join Date
    06-09-2012
    Location
    Birmingham, England
    MS-Off Ver
    Excel 2003
    Posts
    8

    Loop with And

    Hi,

    I have a basic bit of code that I am struggling with.

    I have a userform where you enter a pass number, if the pass number matches the value in column F and the value in column H is blank, it should populate the remaining fields of that row. Sounds simple enough, however, it debugs with the error message:

    method 'range' of object '_global' failed

    Below is the code I am using:

    Please Login or Register  to view this content.
    It debugs each time on the 'do until' line.

    Any help will be greatly appreciated.

    Thanks in advance,

    Andy

    ---------- Post added at 10:11 PM ---------- Previous post was at 08:56 PM ----------

    Hi all,

    Any suggestions?

    I've tried numerous pieces of code and have had no luck so any help will be appreciated.

    Thanks.

  2. #2
    Registered User
    Join Date
    07-31-2012
    Location
    Cheshire, England
    MS-Off Ver
    Excel 2010, Excel 2011
    Posts
    10

    Re: Loop with And

    What is cmdPassNum.value referencing? Can you post the workbook?

  3. #3
    Registered User
    Join Date
    06-09-2012
    Location
    Birmingham, England
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: Loop with And

    cmdPassNum.value is a textbox on my userform.

    Basically the value entered in there will always be between 1 - 5 and the value in column F will also be between 1 - 5.

  4. #4
    Forum Expert Mordred's Avatar
    Join Date
    07-06-2010
    Location
    Winnipeg, Canada
    MS-Off Ver
    2007, 2010
    Posts
    2,787

    Re: Loop with And

    Hi Andy, I think it may be because your code doesn't know which sheet it is supposed to run this on. Try declaring the sheet name, it should be similar to the following but perhaps with a different sheet name:
    Please Login or Register  to view this content.
    With the sheet declared, you can now specifically call the proper ranges like
    Please Login or Register  to view this content.
    You should do that for all ranges, rows, columns, cells, and whatever else requires explicit sheet calls. Let me know how it goes.
    If you're happy with someone's help, click that little star at the bottom left of their post to give them Reps.

    ---Keep on Coding in the Free World---

  5. #5
    Registered User
    Join Date
    07-31-2012
    Location
    Cheshire, England
    MS-Off Ver
    Excel 2010, Excel 2011
    Posts
    10

    Re: Loop with And

    Can you post the workbook?

  6. #6
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Loop with And

    Hi,
    When it debugs what is the value of 'fircount' and cmdPassNum?

    What do cells F & H on the fircount row show? Are these errors?

    If this doesn't help you'll need to upload your workbook.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  7. #7
    Registered User
    Join Date
    06-09-2012
    Location
    Birmingham, England
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: Loop with And

    I've attached both files I am using.

    However, this will debug right away as my 'submit' form feeds directly into the second workbook and will be looking for a partricular location.

    Thanks in advance for your help.
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    06-09-2012
    Location
    Birmingham, England
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: Loop with And

    Quote Originally Posted by Mordred View Post
    Hi Andy, I think it may be because your code doesn't know which sheet it is supposed to run this on. Try declaring the sheet name, it should be similar to the following but perhaps with a different sheet name:
    Please Login or Register  to view this content.
    With the sheet declared, you can now specifically call the proper ranges like
    Please Login or Register  to view this content.
    You should do that for all ranges, rows, columns, cells, and whatever else requires explicit sheet calls. Let me know how it goes.
    Thanks for the suggestion, unfortunately however, I have exactly the same debug message.

    Quote Originally Posted by Richard Buttrey View Post
    Hi,
    When it debugs what is the value of 'fircount' and cmdPassNum?

    What do cells F & H on the fircount row show? Are these errors?

    If this doesn't help you'll need to upload your workbook.
    The value of 'fircount' is 1048577 and the value of cmdPassNum is 1.

    The value in column F should be the same as the value in cmdPassNum and the value in column H should be blank.

    Many thanks,

    Andy

  9. #9
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Loop with And

    If 1048577 is indeed the value of fircount then that's one more than Excel 2007 has rows and will be the cause of your problem.

    You'll need to limit the loopcounter in some way - perhaps by detecting the last valid row.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1