Personal.xls Where is it in 2003?

R

Ron

Hi guys,

I've just done a search of this newsgroup and read quite a few posts about
the Personal.xls.

I haven't got one but would like one. I'm writing quite a lot of bits of
code that I refer to regularly, however this code is fragmented in lots of
seperate workbooks. I'd [sensibly] like it all in one place.

I've done a

?application.StartupPath

In the immediate window and got this..

C:\Documents and Settings\ron\Application Data\Microsoft\Excel\XLSTART

However this folder is empty.

I've created a new Personal.xls and located it in the above folder, it does
start when I start excel. However it isn't hidden and I'm led to believe it
should be, but allowing me access to the sample code and modules I have
written.

Any help on this would be appreciated

Ron
 
T

Tom Ogilvy

Personal.xls is no different from any other workbook except that you can
elect to have macros recorded there. If you record a macro, you will be
given the choice of storing it in the personal.xls. If you select that and
don't have one, it will be created for you.

Since you already have created one. You just need to make it the active
workbook, then do Window=>Hide

then make sure it gets saved when you exit excel.
 
R

Ron

Personal.xls is no different from any other workbook except that you
can elect to have macros recorded there. If you record a macro, you
will be given the choice of storing it in the personal.xls. If you
select that and don't have one, it will be created for you.

Since you already have created one. You just need to make it the
active workbook, then do Window=>Hide

then make sure it gets saved when you exit excel.



Thanks Tom,


All sorted now.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top