+ Reply to Thread
Results 1 to 3 of 3

Excel 2003: cannot locate default file location

  1. #1
    Spokaneman
    Guest

    Excel 2003: cannot locate default file location

    I just repartitioned my hard drive and moved my data and files to a new
    location. I was able, through TOOLS >OPTIONS, to redirect my file locations
    in MS Word, but not in Excel. I can open Excel files in the new location,
    but I cannot access any of the tabs in OPTIONS. How can I change the default
    file location as displayed in OPTIONS?

  2. #2
    Dave Peterson
    Guest

    Re: Excel 2003: cannot locate default file location

    Do you recall the drive/folder name that used to contain your files?

    If yes, then you could (temporarily) recreate that folder. Then open excel and
    see if you can change that location in Tools|options.

    After you're done, you could delete that dummy folder.

    ====
    If that doesn't work, how about this?

    Open excel
    hit alt-f11 to get to the VBE (where macros live)
    hit ctrl-g to see the immediate window
    type this and hit enter:
    application.DefaultFilePath = "C:\"

    Then use tools|options|general tab to point to where you really want it.

    If you're careful, you could just specify that complete path in this line:
    application.DefaultFilePath = "C:\Myfolder1\myfolder2\myfolder3"
    (adjust to match what you want.)




    Spokaneman wrote:
    >
    > I just repartitioned my hard drive and moved my data and files to a new
    > location. I was able, through TOOLS >OPTIONS, to redirect my file locations
    > in MS Word, but not in Excel. I can open Excel files in the new location,
    > but I cannot access any of the tabs in OPTIONS. How can I change the default
    > file location as displayed in OPTIONS?


    --

    Dave Peterson

  3. #3
    Spokaneman
    Guest

    Re: Excel 2003: cannot locate default file location

    Great! Thanks very much.

    "Dave Peterson" wrote:

    > Do you recall the drive/folder name that used to contain your files?
    >
    > If yes, then you could (temporarily) recreate that folder. Then open excel and
    > see if you can change that location in Tools|options.
    >
    > After you're done, you could delete that dummy folder.
    >
    > ====
    > If that doesn't work, how about this?
    >
    > Open excel
    > hit alt-f11 to get to the VBE (where macros live)
    > hit ctrl-g to see the immediate window
    > type this and hit enter:
    > application.DefaultFilePath = "C:\"
    >
    > Then use tools|options|general tab to point to where you really want it.
    >
    > If you're careful, you could just specify that complete path in this line:
    > application.DefaultFilePath = "C:\Myfolder1\myfolder2\myfolder3"
    > (adjust to match what you want.)
    >
    >
    >
    >
    > Spokaneman wrote:
    > >
    > > I just repartitioned my hard drive and moved my data and files to a new
    > > location. I was able, through TOOLS >OPTIONS, to redirect my file locations
    > > in MS Word, but not in Excel. I can open Excel files in the new location,
    > > but I cannot access any of the tabs in OPTIONS. How can I change the default
    > > file location as displayed in OPTIONS?

    >
    > --
    >
    > 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