Saving within email

  • Thread starter Outook Calendar Problem
  • Start date
O

Outook Calendar Problem

Is there a way to get back a saved excel documents from an attachment? One of
my users did not realize that they could not save the document working on the
document open from email attachment.
They open the email messages that content the attachment open the excel
attachment and starting working on it for 5 hours - saving it many times but
when they close the file all the data was gone.

I did explain to them to save the document to the desktop before making
changes.
Thank you in advance for your help.
Kathy
 
J

JP

You might check the temp folder for a copy.

Start Excel, press Alt+F11 to open the VB Editor, press Ctrl+G to open
the Immediate window, paste in this line:

?Environ("temp")

Then browse to that folder and see if there's a copy of the file
there.

--JP
 
T

Tim Mastrogiacomo

Is there a way to get back a saved excel documents from an attachment? One of
my users did not realize that they could not save the document working onthe
document open from email attachment.
They open the email messages that content the attachment open the excel
attachment and starting working on it for 5 hours - saving it many times but
when they close the file all the data was gone.

I did explain to them to save the document to the desktop before making
changes.
Thank you in advance for your help.
Kathy

check to see if a copy was saved to the default auto-save folder


Tim Mastrogiacomo
 

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