Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Spokaneman
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.misc
Spokaneman
 
Posts: n/a
Default 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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Default Row Height in Excel 2003 derek mccolm New Users to Excel 4 December 3rd 05 05:15 PM
Excel needs BROWSE in tools-options-general-default file location Homer Setting up and Configuration of Excel 2 November 6th 05 10:46 PM
Saving a Excel 97 file into Excel 2003 file Wil Excel Discussion (Misc queries) 1 December 13th 04 11:51 PM
Opening and saving Excel 2003 file from Excel 97. Rodrigo Excel Discussion (Misc queries) 2 December 12th 04 02:17 PM


All times are GMT +1. The time now is 07:19 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"