A String is a String is a String. Doesn't matter where it comes from. If
you have a cell that is text then
=lastsaved(A1)
where A1 = "c:\temp\book1.xls"
> Thanks Joel. This code works great.
> For my purposes, is there a way to use a cell reference that would be
[quoted text clipped - 28 lines]
> > > > > anyone suggest a way to use BuiltInDocumentProperties with a reference to the
> > > > > another file?
Thanks Joel. I haven't figured out how to convert an active cell reference
to text. In this case, I'm trying to use the code you provided to get the
last saved date of a file referenced in another cell. For example,
cell A1 contains =c:\temp\book1.xls!A1 which returns the value in A1
In cell B1, I'm trying to get the last saved date of book1.xls in such a way
that it will update as the file referenced in A1 is changed through update
links. I've tried a version of =lastsaved(mid(A1,2,18)) which doesn't work
since A1 returns a value instead of the cell referenced.
> A String is a String is a String. Doesn't matter where it comes from. If
> you have a cell that is text then
[quoted text clipped - 34 lines]
> > > > > > anyone suggest a way to use BuiltInDocumentProperties with a reference to the
> > > > > > another file?
Joel - 21 Aug 2007 21:16 GMT
You don't have to convert. Any cell in text format will be passed in to the
function correctly.
> Thanks Joel. I haven't figured out how to convert an active cell reference
> to text. In this case, I'm trying to use the code you provided to get the
[quoted text clipped - 45 lines]
> > > > > > > anyone suggest a way to use BuiltInDocumentProperties with a reference to the
> > > > > > > another file?
tjc - 31 Aug 2007 16:30 GMT
Thanks Joel. I got the answer to converting file name referenced in a
formula to text in another post ("Show cell reference as text"). Combined
with your LastSaved UDF, my problem is completely solved.
> You don't have to convert. Any cell in text format will be passed in to the
> function correctly.
[quoted text clipped - 48 lines]
> > > > > > > > anyone suggest a way to use BuiltInDocumentProperties with a reference to the
> > > > > > > > another file?