+ Reply to Thread
Results 1 to 7 of 7

PERSONAL.XLS

  1. #1
    F7772
    Guest

    PERSONAL.XLS

    how do I delete this file from the VBA editor? TIA

  2. #2
    Hank Scorpio
    Guest

    Re: PERSONAL.XLS

    On Sun, 24 Apr 2005 16:41:01 -0700, "F7772"
    <F7772@discussions.microsoft.com> wrote:

    >how do I delete this file from the VBA editor? TIA


    Personal.xls is loaded automatically from the xlStart folder, the
    location of which will vary according to your operating system and
    Office version. All you need to do is find that folder, and move
    personal.xls out of it.

    ---------------------------------------------------------
    Hank Scorpio
    scorpionet who hates spam is at iprimus.com.au (You know what to do.)
    * Please keep all replies in this Newsgroup. Thanks! *

  3. #3
    JE McGimpsey
    Guest

    Re: PERSONAL.XLS

    Remove the file from your XLStart directory and restart XL.

    In article <4B836B29-2334-4A54-BB1A-922F0F568C92@microsoft.com>,
    "F7772" <F7772@discussions.microsoft.com> wrote:

    > how do I delete this file from the VBA editor? TIA


  4. #4
    F7772
    Guest

    Re: PERSONAL.XLS

    nope, the XLStart folder is empty...

    "JE McGimpsey" wrote:

    > Remove the file from your XLStart directory and restart XL.
    >
    > In article <4B836B29-2334-4A54-BB1A-922F0F568C92@microsoft.com>,
    > "F7772" <F7772@discussions.microsoft.com> wrote:
    >
    > > how do I delete this file from the VBA editor? TIA

    >


  5. #5
    Hank Scorpio
    Guest

    Re: PERSONAL.XLS

    On Sun, 24 Apr 2005 17:24:02 -0700, "F7772"
    <F7772@discussions.microsoft.com> wrote:

    >nope, the XLStart folder is empty...


    Are you sure that you found the right one? The location of the folder
    has changed over the versions and some old directories could well have
    been left behind if you upgraded.

    Alternatively, check Tools -> Options -> General, and see whether
    there's an alternative "At startup, open all files in..." directory.
    If so, see whether the file is in that one.

    >"JE McGimpsey" wrote:
    >
    >> Remove the file from your XLStart directory and restart XL.
    >>
    >> In article <4B836B29-2334-4A54-BB1A-922F0F568C92@microsoft.com>,
    >> "F7772" <F7772@discussions.microsoft.com> wrote:
    >>
    >> > how do I delete this file from the VBA editor? TIA




    ---------------------------------------------------------
    Hank Scorpio
    scorpionet who hates spam is at iprimus.com.au (You know what to do.)
    * Please keep all replies in this Newsgroup. Thanks! *

  6. #6
    Dave Peterson
    Guest

    Re: PERSONAL.XLS

    Make sure you check all your XLStart folders. Depending how you've upgraded,
    you may have multiple XLStart folders.

    F7772 wrote:
    >
    > nope, the XLStart folder is empty...
    >
    > "JE McGimpsey" wrote:
    >
    > > Remove the file from your XLStart directory and restart XL.
    > >
    > > In article <4B836B29-2334-4A54-BB1A-922F0F568C92@microsoft.com>,
    > > "F7772" <F7772@discussions.microsoft.com> wrote:
    > >
    > > > how do I delete this file from the VBA editor? TIA

    > >


    --

    Dave Peterson

  7. #7
    Dave Peterson
    Guest

    Re: PERSONAL.XLS

    In fact, next time you're in the VBE, hit ctrl-g (to see the immediate window)
    then type:
    ?workbooks("personal.xls").FullName

    and hit enter. You'll see where this file is really located.

    F7772 wrote:
    >
    > nope, the XLStart folder is empty...
    >
    > "JE McGimpsey" wrote:
    >
    > > Remove the file from your XLStart directory and restart XL.
    > >
    > > In article <4B836B29-2334-4A54-BB1A-922F0F568C92@microsoft.com>,
    > > "F7772" <F7772@discussions.microsoft.com> wrote:
    > >
    > > > how do I delete this file from the VBA editor? TIA

    > >


    --

    Dave Peterson

+ 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