Reference workbook name

  • Thread starter Thread starter Guest
  • Start date Start date
Are you saying you want to have the workbook name show up in your worksheet
somewhere? If so, use the CELL function

Try something like this
=CELL("filename",A1)

You can parse out the workbook name from that
 
Not sure exactly what you're asking, but this is how to refer to cell A1 of
Sheet 1 in a workbook with a file name of "Test.xls".

='[Test.xls]Sheet1'!$A$1
 

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