+ Reply to Thread
Results 1 to 3 of 3

Insert macro name in code on call statement.

  1. #1
    MarvInBoise
    Guest

    Insert macro name in code on call statement.

    Is there a way to list the macros (subs) that exist, sort of like F3 to list
    named ranges, so when I do a call to another macro, it will pop up the name
    so I dont' have to type it, thereby eliminating possible errors?
    --
    Marv Lusk
    Boise Corporation

  2. #2
    Bob Phillips
    Guest

    Re: Insert macro name in code on call statement.

    If you use a unique naming convention, like procMacroName, then by typing
    proc and then hit Ctrl-spacebar you get a list of all procedures starting
    with proc. I tend to name mine pXXFunction, where XX is a two letter acronym
    for the module they are in, that way I can easily get them.

    --
    HTH

    Bob Phillips

    (replace somewhere in email address with gmail if mailing direct)

    "MarvInBoise" <MarvInBoise@discussions.microsoft.com> wrote in message
    news:94177AB4-1633-4A44-82D6-E38717FBF85A@microsoft.com...
    > Is there a way to list the macros (subs) that exist, sort of like F3 to

    list
    > named ranges, so when I do a call to another macro, it will pop up the

    name
    > so I dont' have to type it, thereby eliminating possible errors?
    > --
    > Marv Lusk
    > Boise Corporation




  3. #3
    MarvInBoise
    Guest

    Re: Insert macro name in code on call statement.

    Perfect! Thank you!!
    --
    Marv Lusk
    Boise Corporation


    "Bob Phillips" wrote:

    > If you use a unique naming convention, like procMacroName, then by typing
    > proc and then hit Ctrl-spacebar you get a list of all procedures starting
    > with proc. I tend to name mine pXXFunction, where XX is a two letter acronym
    > for the module they are in, that way I can easily get them.
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > (replace somewhere in email address with gmail if mailing direct)
    >
    > "MarvInBoise" <MarvInBoise@discussions.microsoft.com> wrote in message
    > news:94177AB4-1633-4A44-82D6-E38717FBF85A@microsoft.com...
    > > Is there a way to list the macros (subs) that exist, sort of like F3 to

    > list
    > > named ranges, so when I do a call to another macro, it will pop up the

    > name
    > > so I dont' have to type it, thereby eliminating possible errors?
    > > --
    > > Marv Lusk
    > > Boise Corporation

    >
    >
    >


+ 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