+ Reply to Thread
Results 1 to 3 of 3

Define Variable to be used in multiple macros

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    09-25-2012
    Location
    Ventura, united States
    MS-Off Ver
    Excel 2010
    Posts
    346

    Define Variable to be used in multiple macros

    When I create macros, I like to create many small macros rather than one large one. The problem, however, is that I have to define my variables over and over in each small macro. Is there a way that I can have a macro that defines my variables to be used in all other macros within the workbook?

  2. #2
    Forum Expert
    Join Date
    07-15-2012
    Location
    Leghorn, Italy
    MS-Off Ver
    Excel 2010
    Posts
    3,431

    Re: Define Variable to be used in multiple macros

    yes, define variable before all subs

    dim myvar as string
    sub a()
    -----
    end sub
    sub b()
    -----
    end sub
    If solved remember to mark Thread as solved

  3. #3
    Forum Expert jaslake's Avatar
    Join Date
    02-21-2009
    Location
    Atwood Lake in Mid NE Ohio...look it up.
    MS-Off Ver
    Excel 2010 2019
    Posts
    12,749

    Re: Define Variable to be used in multiple macros

    Hi Jiptastic

    See this link
    http://www.ozgrid.com/VBA/variable-scope-lifetime.htm
    John

    If you have issues with Code I've provided, I appreciate your feedback.

    In the event Code provided resolves your issue, please mark your Thread as SOLVED.

    If you're satisfied by any members response to your issue please use the star icon at the lower left of their post.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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