+ Reply to Thread
Results 1 to 4 of 4

Macro Recorder

  1. #1
    jhahes
    Guest

    Macro Recorder

    I saved a macro to the personal.xls option in macro recorder. How do I access this from another workbook. Does the workbook I created the macro in have to be open?

    Thanks for any help

    Josh

  2. #2
    Registered User
    Join Date
    08-18-2004
    Posts
    97
    Hi Josh, yes you have to have the otrher wb open in order to see the macros in the VBA Editor.

    Regards
    Jose Luis


    Quote Originally Posted by jhahes
    I saved a macro to the personal.xls option in macro recorder. How do I access this from another workbook. Does the workbook I created the macro in have to be open?

    Thanks for any help

    Josh

  3. #3
    Bob Phillips
    Guest

    Re: Macro Recorder

    But if it is in Personal.xls it will be.

    From another workbook, you will need to use APplication.Run

    Application.Run "Personal.xls!myMacro"

    --
    HTH

    Bob Phillips

    "jose luis" <jose.luis.1rrfas_1120673173.6089@excelforum-nospam.com> wrote
    in message news:jose.luis.1rrfas_1120673173.6089@excelforum-nospam.com...
    >
    > Hi Josh, yes you have to have the otrher wb open in order to see the
    > macros in the VBA Editor.
    >
    > Regards
    > Jose Luis
    >
    >
    > jhahes Wrote:
    > > I saved a macro to the personal.xls option in macro recorder. How do I
    > > access this from another workbook. Does the workbook I created the
    > > macro in have to be open?
    > >
    > > Thanks for any help
    > >
    > > Josh

    >
    >
    > --
    > jose luis
    > ------------------------------------------------------------------------
    > jose luis's Profile:

    http://www.excelforum.com/member.php...o&userid=13312
    > View this thread: http://www.excelforum.com/showthread...hreadid=384972
    >




  4. #4
    Registered User
    Join Date
    08-18-2004
    Posts
    97
    Sorry Josh, I miss read the question , the answer Bob gave should keep you going.

    Best Wishes

    Jose Luis


    Quote Originally Posted by Bob Phillips
    But if it is in Personal.xls it will be.

    From another workbook, you will need to use APplication.Run

    Application.Run "Personal.xls!myMacro"

    --
    HTH

    Bob Phillips

    "jose luis" <jose.luis.1rrfas_1120673173.6089@excelforum-nospam.com> wrote
    in message news:jose.luis.1rrfas_1120673173.6089@excelforum-nospam.com...
    >
    > Hi Josh, yes you have to have the otrher wb open in order to see the
    > macros in the VBA Editor.
    >
    > Regards
    > Jose Luis
    >
    >
    > jhahes Wrote:
    > > I saved a macro to the personal.xls option in macro recorder. How do I
    > > access this from another workbook. Does the workbook I created the
    > > macro in have to be open?
    > >
    > > Thanks for any help
    > >
    > > Josh

    >
    >
    > --
    > jose luis
    > ------------------------------------------------------------------------
    > jose luis's Profile:

    http://www.excelforum.com/member.php...o&userid=13312
    > View this thread: http://www.excelforum.com/showthread...hreadid=384972
    >

+ 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