D
dsk
Can
Finder > Get Info > "Name & Extension"
be printed on an excel worksheet?
Thank you,
David
Finder > Get Info > "Name & Extension"
be printed on an excel worksheet?
Thank you,
David
Can
Finder > Get Info > "Name & Extension"
be printed on an excel worksheet?
Bernard Rey said:Well you can copy and paste it, but I suppose that's not what you're
expecting <g>
If it's an Excel filename you want to have, you can get it with the CELL
function. Type something like:
=CELL("filename",A2)
And it will display the complete filename (and path), prvided the workbook
has already been saved...
If you really want the name only, you can type this (thanks Laurent Longre):
=MID(CELL("filename",A1),FIND("[",CELL("filename",A1))+1,SUM(FIND({"[","]"}
,CELL("filename",A1))*{-1,1})-1)
(all in one cell/line, of course)
Thank you for your reply. The info you gave does return the file name
up to the 32 characters. I would like to have the entire file name
greater than 32 characters print on my work sheet and if possible in
the header. The "Name & Extension" is shown correctly in "Get Info"
(Finder).
Excel X for Mac® service release 1.
PS. 32 characters is limit when I save. If I then change the file name
in the finder to > 32 characters, the titlebar in the Excel spreadsheet
truncates the file name to 32 characters with garbage characters at the
end. I would like to print the file name (> 32 characters) in the
header of the spreadsheet.
Thank you
Excel X for Mac® service release 1.
PS. 32 characters is limit when I save. If I then change the file name
in the finder to > 32 characters, the titlebar in the Excel spreadsheet
truncates the file name to 32 characters with garbage characters at the
end. I would like to print the file name (> 32 characters) in the
header of the spreadsheet.
Thank you for your reply. When I click on print a "Compile error:
Syntax error" shows up on my screen.
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.