Results 1 to 7 of 7

VBA Do While Loop with multiple conditions

Threaded View

barriecusvein VBA Do While Loop with... 01-28-2009, 08:00 AM
StephenR Re: VBA Do While Loop with... 01-28-2009, 08:11 AM
barriecusvein Re: VBA Do While Loop with... 01-28-2009, 08:44 AM
kedar Re: VBA Do While Loop with... 08-19-2009, 06:46 AM
barriecusvein Re: VBA Do While Loop with... 08-19-2009, 07:13 AM
  1. #1
    Registered User
    Join Date
    01-21-2009
    Location
    Cambridge, England
    MS-Off Ver
    Excel 2003
    Posts
    6

    VBA Do While Loop with multiple conditions

    Hi everyone,

    I'm having some problems getting a simple Do While loop to run. Essentially I'm trying to get it to run as long as one of two conditions is met, so I used an Or function in the loop condition.

    This then produces the "Run time error 1004: Application defined or Object defined error" error on that line.

    I'm certain my syntax for the two conditions is correct (one is a simple check value in a cell, the other is check the value of a VBA variable) so it would appear the error is caused by the inclusion of the Or function.

    So I guess my question is this, have I done something wrong? If so what and if possible why is what I did wrong (I like to understand these things)? Is this something that has to be done in a different way or even is it something that cannot be done?

    I'm using excel 2003 on XP SP3

    Thanks in advance for any responses.

    Cheers,

    Matt
    Last edited by barriecusvein; 01-28-2009 at 08:53 AM.

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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