+ Reply to Thread
Results 1 to 5 of 5

Stop another code from executing

  1. #1
    Forum Contributor
    Join Date
    01-25-2021
    Location
    Atlanta, Georgia
    MS-Off Ver
    365
    Posts
    144

    Stop another code from executing

    I have a module that runs a code protecting sheet if date in cell A1 is 2 months older than NOW.

    10 sheets in the workbook call on this code if sheet is active.

    I am wanting to add a form button that would would unprotect all sheets AND stop this module from executing. Of course I will want to also add another form button to then protect sheets back and resume the original execute code.

    Not sure how the coding would look......thanks!

  2. #2
    Forum Expert CheeseSandwich's Avatar
    Join Date
    12-22-2021
    Location
    Kent, England
    MS-Off Ver
    365 - 2501
    Posts
    1,441

    Re: Stop another code from executing

    Hi JyothiGrace,

    Attached is an example of doing this.

    Hope this helps
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    01-25-2021
    Location
    Atlanta, Georgia
    MS-Off Ver
    365
    Posts
    144

    Re: Stop another code from executing

    Thanks Cheese for such quick reply.

    I'm fairly new to VBA so apologize for stupid question. Would I add another module to include your codes or replace my existing ones?

  4. #4
    Forum Expert CheeseSandwich's Avatar
    Join Date
    12-22-2021
    Location
    Kent, England
    MS-Off Ver
    365 - 2501
    Posts
    1,441

    Re: Stop another code from executing

    The file was intended for you to see how it is being done and try to apply it to your code. I have kept the code very simple so you can follow the logic of how to do it.

    There are three Sub's in Module1:
    sub 'mBox' is the sub that we are going to prevent from running
    sub 'ProtectAll' is the sub that protects all sheets and stops 'mBox' from running when button 'Hello world message box' is pressed
    sub 'UnprotectAll' is the sub that unprotects all sheets and allows 'mBox' to run

    I suppose you need to concentrate on the Global 'tStop' and hw it has been used - this is the part that allows/ prevents 'mBox' from running.

    'Hello world' button is the main sub
    'Protect all' button prevents the hello world message box & protects all sheets
    'Unprotect all' button allows the hello world message box & unprotects all sheets

  5. #5
    Forum Contributor
    Join Date
    01-25-2021
    Location
    Atlanta, Georgia
    MS-Off Ver
    365
    Posts
    144

    Re: Stop another code from executing

    I tried to duplicate it on my actual sheet but failed miserably.

    Module 1 has 3 subs. First sub (LockCells) is the one which locks all cells based on today's date compared to date in A1.

    Second sub (UnProtectALL) is attached to first button in Mission Control tab which should ideally halt first sub from executing and unprotects sheets 2, 3, and 4.
    Last sub (ProtectALL) attached to second button in Mission Control tab re-executes first sub and then protects sheets 2, 3, and 4.

    Password is "password"

    I am aware that my script is not elegant but more importantly, some major pieces are missing.

    Any thoughts?
    Attached Files Attached Files

+ 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] Excel VBA - How to add command to stop executing the macro
    By Madhusoodan in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-17-2020, 04:18 AM
  2. [SOLVED] Stop macro from executing multiple times with multiple clicks
    By marvrulz in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-20-2020, 01:47 PM
  3. [SOLVED] Edit VBA code without automatically executing code
    By Andrew Entee in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-20-2017, 02:38 PM
  4. Stop timer, Do While Loop from executing.
    By Wijnand1 in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 02-28-2017, 03:24 AM
  5. [SOLVED] VBA code comes out of a program wihtout executing whole code
    By Thor Almighty in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 05-19-2015, 06:39 AM
  6. [SOLVED] Executing code in series
    By Dhakan in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-23-2014, 05:11 AM
  7. [SOLVED] do anybody have a sample code for executing excel macro from vb code?<eom>
    By B Deepak in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-30-2005, 05:05 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