+ Reply to Thread
Results 1 to 3 of 3

EXCEL: WorkSheet Or Workbook Code Should Not Run

  1. #1
    Forum Contributor
    Join Date
    12-28-2012
    Location
    Mumbai - India
    MS-Off Ver
    Excel
    Posts
    145

    EXCEL: WorkSheet Or Workbook Code Should Not Run

    Dear all

    I' am having a Module in which I' am calling another multiple module

    but at this time it is calling worksheet and workbook code as well

    I' have tried event = false but it is not working properly

    need help on how can we skip worksheet and workbook code while running particular module

    thanks
    MG

  2. #2
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: EXCEL: WorkSheet Or Workbook Code Should Not Run

    Did you just type event = false? The full line should be:
    Please Login or Register  to view this content.
    That should stop events in the worksheet/book from running

  3. #3
    Forum Contributor
    Join Date
    12-28-2012
    Location
    Mumbai - India
    MS-Off Ver
    Excel
    Posts
    145

    Re: EXCEL: WorkSheet Or Workbook Code Should Not Run

    huh............

    I' have just type it here like that

    else I' have used -> Application.EnableEvents = False

+ 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