+ Reply to Thread
Results 1 to 12 of 12

Macro interference

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    09-12-2021
    Location
    Mexico
    MS-Off Ver
    Office 2019
    Posts
    169

    Re: Macro interference

    Thanks. My problem seems to be related to different macros running on different schedules. If a macro begins while another is running, should that be a problem? Do these macros execute simultaneously, or do they do so in some kind of queue? Thanks again for your help.

  2. #2
    Forum Expert
    Join Date
    08-17-2007
    Location
    Poland
    Posts
    2,525

    Re: Macro interference

    Quote Originally Posted by Programmernovice View Post
    If a macro begins while another is running, should that be a problem? Do these macros execute simultaneously, or do they do so in some kind of queue?
    If you run the second macro during the execution of the first macro, the execution of the first one is suspended until the end of the second one. VBA does not support multithreading.
    It is true that there are some possibilities of achieving multithreading, but this is already a higher driving school.

    Artik

  3. #3
    Forum Contributor
    Join Date
    09-12-2021
    Location
    Mexico
    MS-Off Ver
    Office 2019
    Posts
    169

    Re: Macro interference

    Thanks for replying, Artik. I have tried the solution proposed by WBD, hopefully that will work.

    Your help is greatly appreciated

+ 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. Macro that AUTOMATICALLY activates another macro without human interference?
    By Mangorni in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 04-06-2017, 01:18 PM
  2. [SOLVED] Macro that AUTOMATICALLY activates another macro without human interference? HELP
    By Mangorni in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 10-24-2016, 09:23 AM
  3. Personal Macro Workbook interference with other workbook macro(s)
    By Xanlithe in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-10-2015, 09:41 AM
  4. Replies: 1
    Last Post: 10-10-2015, 01:00 AM
  5. Interference between Macros?
    By RDS in forum Excel General
    Replies: 1
    Last Post: 02-20-2012, 06:00 AM
  6. Interference between 2 ComboBox
    By Magic_Doctor in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-20-2011, 03:38 PM
  7. [SOLVED] dragging without interference
    By BorisS in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-20-2005, 04:06 PM

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