Results 1 to 3 of 3

Ending Do While Loop out of a sub

Threaded View

roldy Ending Do While Loop out of a... 01-22-2020, 11:59 AM
AlphaFrog Re: Ending Do While Loop out... 01-22-2020, 12:16 PM
roldy Re: Ending Do While Loop out... 01-22-2020, 12:24 PM
  1. #2
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,653

    Re: Ending Do While Loop out of a sub

    Where is the Loop command?

    I don't think your code is looping. VBA is single threaded; Meaning it's not looping one procedure while running another. It only runs one command at a time. You can switch between procedures, but you cannot run two procedures simultaneously.
    Last edited by AlphaFrog; 01-22-2020 at 12:28 PM.
    Surround your VBA code with CODE tags e.g.;
    [CODE]your VBA code here[/CODE]
    The # button in the forum editor will apply CODE tags around your selected text.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Never Ending Loop
    By oggyoggy in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-26-2019, 03:42 PM
  2. Help on ending Loop
    By TimBrowne in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-11-2016, 07:28 AM
  3. [SOLVED] Do Until loop not ending
    By Dralky in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-15-2014, 09:57 PM
  4. Do until Loop not ending
    By Alexm963 in forum Word Programming / VBA / Macros
    Replies: 6
    Last Post: 12-28-2012, 05:09 PM
  5. [SOLVED] ending a sub FOR loop in a main FOR loop
    By samkumar in forum Word Programming / VBA / Macros
    Replies: 2
    Last Post: 09-27-2012, 05:35 AM
  6. Ending a Loop
    By kirsty in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 11-25-2010, 01:11 PM
  7. Never ending loop
    By Theodjinn in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 10-23-2008, 04:08 AM

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