Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 38
Default Where's the Personal.xls in Excel 2003?

I have just upgraded to 2003 and don't know where to put my personal.xls, nor
my .xlb's?

In the 2002 version the personal.xls resided in the C:\Program
Files\Microsoft Office\Office 10\XLStart folder, and

the .xlb's resided in the documents amd settings\name\Application
Dat\Microsoft\Excel

Where do I move my stuff to get it running?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,646
Default Where's the Personal.xls in Excel 2003?

In WindowsXP Prof:
C:\Documents and Settings\your user name\Application
Data\Microsoft\Excel\XLSTART

Regards,
Stefi

€žAriel€ť ezt Ă*rta:

I have just upgraded to 2003 and don't know where to put my personal.xls, nor
my .xlb's?

In the 2002 version the personal.xls resided in the C:\Program
Files\Microsoft Office\Office 10\XLStart folder, and

the .xlb's resided in the documents amd settings\name\Application
Dat\Microsoft\Excel

Where do I move my stuff to get it running?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Where's the Personal.xls in Excel 2003?

Do application.StartupPath in the immediate window in the VB IDE to find it.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Ariel" wrote in message
...
I have just upgraded to 2003 and don't know where to put my personal.xls,

nor
my .xlb's?

In the 2002 version the personal.xls resided in the C:\Program
Files\Microsoft Office\Office 10\XLStart folder, and

the .xlb's resided in the documents amd settings\name\Application
Dat\Microsoft\Excel

Where do I move my stuff to get it running?



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Where's the Personal.xls in Excel 2003?

Just to add...

Excel is pretty smart. If you upgraded over a previous version, you'll find
that excel can still find the previous XLStart folder.

But I'm not that smart. I'd use Bob's suggestion of opening the VBE and hitting
ctrl-g and typing:

?application.startuppath

To find the "latest" location. Then I'd move my personal.xls (and book.xlt and
sheet.xlt and whatever) to this new XLStart location.

For the toolbar, I'd create a new (dummy) toolbar and save it.

Then I'd close excel and use windows|search for *.xlb and move my old toolbar to
that location (wiping out the dummy toolbar).

In some upgrades, it's actually better to rebuild your toolbars from scratch
(icons changed functions--xl95 to xl97 or xl97 to xl2k, IIRC).

It might be worth considering that. You may find that you clean up any garbage
in the XLB file and add/subtract icons from your customized toolbars.

Remember to back up that *.xlb file.

Ariel wrote:

I have just upgraded to 2003 and don't know where to put my personal.xls, nor
my .xlb's?

In the 2002 version the personal.xls resided in the C:\Program
Files\Microsoft Office\Office 10\XLStart folder, and

the .xlb's resided in the documents amd settings\name\Application
Dat\Microsoft\Excel

Where do I move my stuff to get it running?


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 38
Default Where's the Personal.xls in Excel 2003?

Thanks to you all. I have got it up and running!

"Dave Peterson" wrote:

Just to add...

Excel is pretty smart. If you upgraded over a previous version, you'll find
that excel can still find the previous XLStart folder.

But I'm not that smart. I'd use Bob's suggestion of opening the VBE and hitting
ctrl-g and typing:

?application.startuppath

To find the "latest" location. Then I'd move my personal.xls (and book.xlt and
sheet.xlt and whatever) to this new XLStart location.

For the toolbar, I'd create a new (dummy) toolbar and save it.

Then I'd close excel and use windows|search for *.xlb and move my old toolbar to
that location (wiping out the dummy toolbar).

In some upgrades, it's actually better to rebuild your toolbars from scratch
(icons changed functions--xl95 to xl97 or xl97 to xl2k, IIRC).

It might be worth considering that. You may find that you clean up any garbage
in the XLB file and add/subtract icons from your customized toolbars.

Remember to back up that *.xlb file.

Ariel wrote:

I have just upgraded to 2003 and don't know where to put my personal.xls, nor
my .xlb's?

In the 2002 version the personal.xls resided in the C:\Program
Files\Microsoft Office\Office 10\XLStart folder, and

the .xlb's resided in the documents amd settings\name\Application
Dat\Microsoft\Excel

Where do I move my stuff to get it running?


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 430
Default Where's the Personal.xls in Excel 2003?

Bob:
When I do as you say (in the immediate window)
It returns:

C:\Documents and Settings\Jim May\Application
Data\Microsoft\Excel\XLSTART

When I actually go there - there is NOTHING in the Folder

Actually I happen to know that my XLSTART can be found

C:\Program Files\Microsoft Office\OFFICE11\XLSTART
and includes my Book.xlt and my Personal.xls files

FWIW,,




"Dave Peterson" wrote in message
:

Just to add...

Excel is pretty smart. If you upgraded over a previous version, you'll find
that excel can still find the previous XLStart folder.

But I'm not that smart. I'd use Bob's suggestion of opening the VBE and hitting
ctrl-g and typing:

?application.startuppath

To find the "latest" location. Then I'd move my personal.xls (and book.xlt and
sheet.xlt and whatever) to this new XLStart location.

For the toolbar, I'd create a new (dummy) toolbar and save it.

Then I'd close excel and use windows|search for *.xlb and move my old toolbar to
that location (wiping out the dummy toolbar).

In some upgrades, it's actually better to rebuild your toolbars from scratch
(icons changed functions--xl95 to xl97 or xl97 to xl2k, IIRC).

It might be worth considering that. You may find that you clean up any garbage
in the XLB file and add/subtract icons from your customized toolbars.

Remember to back up that *.xlb file.

Ariel wrote:


I have just upgraded to 2003 and don't know where to put my personal.xls, nor
my .xlb's?

In the 2002 version the personal.xls resided in the C:\Program
Files\Microsoft Office\Office 10\XLStart folder, and

the .xlb's resided in the documents amd settings\name\Application
Dat\Microsoft\Excel

Where do I move my stuff to get it running?



--

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
Personal MAcro workbook in Excel 2003 Misha Excel Discussion (Misc queries) 1 July 11th 05 07:48 AM
Personal.xls Where is it in 2003? Ron[_28_] Excel Programming 2 January 22nd 05 08:15 PM
Solver Reference in Hidden Personal.XLS Crashes Excel 2003 [email protected] Excel Programming 1 July 12th 04 11:48 AM


All times are GMT +1. The time now is 02:25 AM.

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"