Thread: Deleted Macros?
View Single Post
  #11   Report Post  
Dave Peterson
 
Posts: n/a
Default

Does that mean you can't find personal.xls or you can't find the new macros in
personal.xls?

If you can find personal.xls, but the new macros are gone, then they're gone.

If you can't find personal.xls, then maybe using windows start button|search
(look through hidden folders and for hidden files--just in case) may help.

If you ran this code from personal.xls project, I hope you have a backup.
Because I think you're out of luck.

Application.DisplayAlerts=False
ThisWorkbook.ChangeFileAccess xlReadOnly
Kill ThisWorkbook.FullName
ThisWorkbook.Close False

====
Remember to backup personal.xls (or any other file) before you start
experimenting. (too late for this time, though.)

Losse wrote:

My macros are normally saved to the PERSONAL.XLS. I tried to recover it
using the Restoration program, but it couldn't find it. Is there really
nothing I can do? I spent weeks perfecting and building those macros...

--
Losse
------------------------------------------------------------------------
Losse's Profile: http://www.excelforum.com/member.php...o&userid=24813
View this thread: http://www.excelforum.com/showthread...hreadid=386932


--

Dave Peterson