+ Reply to Thread
Results 1 to 4 of 4

Question about call other subs from one macro

  1. #1
    Registered User
    Join Date
    08-07-2013
    Location
    Saudi Arabia
    MS-Off Ver
    Excel 2007 - 2010
    Posts
    73

    Question about call other subs from one macro

    Hello everyone,

    My question is: When I call various subs in one macro, it means that It try to run all of them at the same time? or it runts the next one until it finish the first one?

    this is my code:

    Please Login or Register  to view this content.
    It run "Sub FindCPs" until it finish "EraseNORespCo"? Thanks!!

  2. #2
    Forum Contributor
    Join Date
    08-11-2012
    Location
    bengalur
    MS-Off Ver
    Excel 2003, 2007
    Posts
    152

    Re: Question about call other subs from one macro

    Compiler is design in such a way that it picks one procedure at a time and executes and then picks next one and then picks next one. We do not have concept of multi threading in Excel VBA.

    _________________________________________________________________________________________________
    if you feel some information is Knowledgeable, please click *

    "I have not failed. I've just found 10,000 ways that won't work." Thomas Alva Edison

  3. #3
    Registered User
    Join Date
    08-07-2013
    Location
    Saudi Arabia
    MS-Off Ver
    Excel 2007 - 2010
    Posts
    73

    Re: Question about call other subs from one macro

    Ok thanks!

  4. #4
    Forum Contributor
    Join Date
    08-11-2012
    Location
    bengalur
    MS-Off Ver
    Excel 2003, 2007
    Posts
    152

    Re: Question about call other subs from one macro

    Compiler is design in such a way that it picks one procedure at a time and executes and then picks next one and then picks next one. We do not have concept of multi threading in Excel VBA.

    _________________________________________________________________________________________________
    if you feel some information is Knowledgeable, please click *

    "I have not failed. I've just found 10,000 ways that won't work." Thomas Alva Edison

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Question: merging two subs
    By cutterpillar in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 04-21-2013, 11:42 PM
  2. RSA Subs Macro fails
    By DavidEagles in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 01-12-2013, 01:40 PM
  3. Module Subs executing Private Subs without prompt by code - Totally Lost
    By Ozan Ertem in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 12-26-2012, 05:31 PM
  4. Yet another call macro question
    By simonsmith in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-21-2008, 07:41 PM
  5. [SOLVED] Basic Question on Subs
    By JOUIOUI in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-13-2006, 08:35 AM

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