+ Reply to Thread
Results 1 to 2 of 2

Passing Working Storage between Excel Events

  1. #1
    Registered User
    Join Date
    09-18-2006
    Posts
    3

    Passing Working Storage between Excel Events

    Within the VBA code of my worksheet, I am trying to pass some working storage values from the Workbook_Open event to the Workbook_Before Save event.

    The documentation I have read is that you CANNOT add any parameters to be passed within the Sub statement.

    Any ideas would be appreciated. Thanks.

  2. #2
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Hi,

    If I understand correctly your question,
    you should be declaring your variables beforehand in order for all the event macros to share these variables ...

    HTH
    Carim

+ 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