Cell("filename") doesn't update to new filename when do save as.

  • Thread starter Thread starter Guest
  • Start date Start date
If you done a SaveAs, the formula will update as soon as any calculation
occurs on the worksheet. Otherwise, touch F9.
 
And you'll want to add a range reference to that formula:

=cell("Filename",a1)

Unless you want to show the name of the workbook/worksheet that was active when
excel recalculated.
 

Ask a Question

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.

Ask a Question

Back
Top