+ Reply to Thread
Results 1 to 3 of 3

How to end this loop?

  1. #1
    Registered User
    Join Date
    02-26-2013
    Location
    California
    MS-Off Ver
    Excel 2010
    Posts
    1

    How to end this loop?

    Hi,

    I'm trying to modify a macro in VBA and I want it to stop after certain condition is met but it won't. Here's the code:

    Please Login or Register  to view this content.


    I want it to stop after the IF statement brings up a zero but the loop keeps on going.
    Last edited by arlu1201; 02-27-2013 at 02:19 AM.

  2. #2
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: How to end this loop?

    See Sample code below. If a = 0 then exit for.


    Formula: copy to clipboard
    Please Login or Register  to view this content.

  3. #3
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: How to end this loop?

    hnasoordeen,

    Welcome to the forum.

    I have added code tags to your post. As per forum rule 3, you need to use them whenever you put any code in your post. Please add them in future. If you need more information on how to use them, check my signature below this post.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ 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