View Single Post
  #12   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Where does MS Vista store xslx files opened directly from Inte

Just a word of warning about that function.

=cell("Filename",a1)
will display the path and file name of the workbook that contains that formula.

=cell("Filename")
(without the cell reference)

will show you the name of the workbook that is active when excel recalculated.

It's very rare you'd want the bottom version (w/o the cell reference).

(sorry that you couldn't find your file...)

Gonzalo Martin wrote:

Thank you very much Dave. You were right: =cell("Filename") is all what is
needed to get the path of the file. I have been able to find many Excel files
in several folders under Temporary Internet Files, which are hidden even if
folder options are set to show hidden files, and they are not found by
Search. Unfortunately, I couldn't find the file I modified. Anyway, I learnt
something. Thanks again.

"Dave Peterson" wrote:

That's odd.

If the file has been saved, then you should see the name including the path.
And I would guess that whatever email client you're using would have to save the
file first so it could spawn excel.

I'd try again.

Or look at
File|Properties|General tab
(xl2003 menus)

Gonzalo Martin wrote:

Thanks for your answer. I tried it but only got the error #VALUE!

Also, the link from e-mail notification of this forum didn't work

"Dave Peterson" wrote:

You could try opening a different file and then put:

=cell("Filename",a1)
in an empty cell.

It'll tell you where this new file was saved. If you're lucky, you may be able
to find the other file, too.

Gonzalo Martin wrote:

I downloaded an spreadsheet from Yahoo mail, opened it directly (instead of
saving it to disk before using it), worked with it, saved to disk (instead of
saving as...), closed Excel, and now I can't find the file anywhere. It does
not appear in Recent files, it is not found by Search even when including
hidden and system files.
In summary, there is no way to find where does Excel save files opened
directly from the Web.

--

Dave Peterson


--

Dave Peterson


--

Dave Peterson