Personal.xls

S

saziz

Hi,
Can someone tell me where PERSONSL.XLS resides. I am on network.
NT guys changed my hard drive and I lost my personal.xls file.

Thank you
Saziz
 
Z

Zygan

if your on a nt work open excel goto WINDOWS and unhide the peronal gil
then open FILE > PROPERTIES > and the location of the file is there

should you want to delete this file and dont have access write a macr
saying
sub delete_file
Kill "C:\...."

end sub

good luc
 
G

Gord Dibben

Saziz

Should be in this folder.

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

To make sure of where yours is stored enter this in the immediate window.

?application.StartupPath

To get the immediate window hit ALT + F11 then CTRL + g

Paste the above in and hit enter to get the path.


Gord Dibben MS Excel MVP
 
Top