Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there any way that the filename of a workbook can be displayed in a cell.
A bit like the "TODAY" function displays the current date, is there a function to display the current file name of the workbook |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
See he http://support.microsoft.com/kb/323225
Dave -- Brevity is the soul of wit. "Premier Geoff" wrote: Is there any way that the filename of a workbook can be displayed in a cell. A bit like the "TODAY" function displays the current date, is there a function to display the current file name of the workbook |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Geoff,
=CELL("filename") -- Earl Kiosterud www.smokeylake.com ----------------------------------------------------------------------- "Premier Geoff" <Premier wrote in message ... Is there any way that the filename of a workbook can be displayed in a cell. A bit like the "TODAY" function displays the current date, is there a function to display the current file name of the workbook |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
That was the Mac version; http://support.microsoft.com/kb/214084/EN-US/ is
for Windows. -- David Biddulph "Dave F" wrote in message ... See he http://support.microsoft.com/kb/323225 "Premier Geoff" wrote: Is there any way that the filename of a workbook can be displayed in a cell. A bit like the "TODAY" function displays the current date, is there a function to display the current file name of the workbook |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I think:
=cell("filename",a1) will be better. If a range reference isn't included, then the formula will evaluate to whatever workbook is active at the time of the last calculation. Earl Kiosterud wrote: Geoff, =CELL("filename") -- Earl Kiosterud www.smokeylake.com ----------------------------------------------------------------------- "Premier Geoff" <Premier wrote in message ... Is there any way that the filename of a workbook can be displayed in a cell. A bit like the "TODAY" function displays the current date, is there a function to display the current file name of the workbook -- Dave Peterson |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Dave,
Thanks. That one's not in the help for the CELL() function, so I think this is officially another Excel gotcha! -- Earl Kiosterud www.smokeylake.com ----------------------------------------------------------------------- "Dave Peterson" wrote in message ... I think: =cell("filename",a1) will be better. If a range reference isn't included, then the formula will evaluate to whatever workbook is active at the time of the last calculation. Earl Kiosterud wrote: Geoff, =CELL("filename") -- Earl Kiosterud www.smokeylake.com ----------------------------------------------------------------------- "Premier Geoff" <Premier wrote in message ... Is there any way that the filename of a workbook can be displayed in a cell. A bit like the "TODAY" function displays the current date, is there a function to display the current file name of the workbook -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Retaining formats | Excel Discussion (Misc queries) | |||
saving workbook to destination file automatically | Excel Worksheet Functions | |||
how do I email amacro? | Excel Worksheet Functions | |||
Remove file Protection from an Excel workbook file from others | Excel Discussion (Misc queries) | |||
Weird File Open/Save As Behavior | Excel Discussion (Misc queries) |