+ Reply to Thread
Results 1 to 3 of 3

Where is Personal Macro Workbook?

  1. #1
    Registered User
    Join Date
    07-02-2005
    Posts
    4

    Where is Personal Macro Workbook?

    Hello, I wanted to edit a macro, but Excel told me my personal macro workbook was hidden and I needed to unhide it. Where the heck is it? TIA

    -F

  2. #2
    Dave Peterson
    Guest

    Re: Where is Personal Macro Workbook?

    If you created personal.xls, then you can have excel tell you where it was
    saved.

    Open excel
    hit alt-f11 to get to the VBE
    hit ctrl-g to see the immediate window.
    type this and hit enter:
    ?workbooks("Personal.xls").path
    to get the drive/folder where it's stored.

    ?workbooks("Personal.xls").FullName
    will include the name, too.

    If you get some type of error message (and you did type stuff correctly), then
    you didn't create that personal.xls workbook.

    fxcel wrote:
    >
    > Hello, I wanted to edit a macro, but Excel told me my personal macro
    > workbook was hidden and I needed to unhide it. Where the heck is it?
    > TIA
    >
    > -F
    >
    > --
    > fxcel
    > ------------------------------------------------------------------------
    > fxcel's Profile: http://www.excelforum.com/member.php...o&userid=24864
    > View this thread: http://www.excelforum.com/showthread...hreadid=552909


    --

    Dave Peterson

  3. #3
    Nick Hodge
    Guest

    Re: Where is Personal Macro Workbook?

    You don't need to find it if you just want to edit the macros. Click on
    Tools>Macro>Macros...and select the macro in the list and press edit or
    press Alt+F11 and select the modules below the personal.xls entry. (If there
    isn't a personal.xls entry...you don't have one)

    --
    HTH
    Nick Hodge
    Microsoft MVP - Excel
    Southampton, England
    www.nickhodge.co.uk
    [email protected]HIS


    "fxcel" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello, I wanted to edit a macro, but Excel told me my personal macro
    > workbook was hidden and I needed to unhide it. Where the heck is it?
    > TIA
    >
    > -F
    >
    >
    > --
    > fxcel
    > ------------------------------------------------------------------------
    > fxcel's Profile:
    > http://www.excelforum.com/member.php...o&userid=24864
    > View this thread: http://www.excelforum.com/showthread...hreadid=552909
    >




+ 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