Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / July 2004

Tip: Looking for answers? Try searching our database.

How do i recover Unsaved file

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Garry S - 13 Jul 2004 19:28 GMT
We had a power surge .I didn`t saved my excel file.Is
their a way to recover it .will appreciate any help
Garry
Frank Kabel - 13 Jul 2004 19:41 GMT
Hi
as chip told you: No chance. Maybe you have enabled Autosave but if
not, no chance

Signature

--
Regards
Frank Kabel
Frankfurt, Germany


> We had a power surge .I didn`t saved my excel file.Is
> their a way to recover it .will appreciate any help
> Garry
Don Guillett - 13 Jul 2004 19:48 GMT
For future use, use this after each important stage. Creates a backup
directory and backs up to the current directory

Sub Backup() 'kept in personal.xls & assigned to toolbar button
On Error GoTo BackupFile
MkDir CurDir & "\Backup"
BackupFile:
 With ActiveWorkbook
   MyWB = .Path & "\BACKUP\" & .Name
   .SaveCopyAs MyWB
   .Save
 End With
End Sub
Signature

Don Guillett
SalesAid Software
donaldb@281.com

> We had a power surge .I didn`t saved my excel file.Is
> their a way to recover it .will appreciate any help
> Garry
CLR - 14 Jul 2004 01:01 GMT
Hi Garry..........

If this is something you just created from scratch, you're out of
luck.......if it's something you started by using another file and modified
it, then the other file is probably still there and you could do the
modifications over again........or maybe you emailed someone a copy and
could retrieve it from them?

Vaya con Dios,
Chuck, CABGx3

> We had a power surge .I didn`t saved my excel file.Is
> their a way to recover it .will appreciate any help
> Garry
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.