View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default insert my file name in a cell in spreadsheet

=cell("Filename",a1)
may be close enough.

Use the cell containing the formula instead of A1.

And the workbook has to be saved at least once.

JCB wrote:

--

Dave Peterson