How can I make fixed a reference to a worksheet?

  • Thread starter Thread starter Consu
  • Start date Start date
C

Consu

That when I paste the worksheet with references to different workbooks it
always make reference to the same worksheet.

Many thanks in advance
 
You need to include the full path (if the workbook file is not open)
and the filename before the sheet name, like this:

='full_path[filename.xls]Sheet1'!A1

Note the apostrophes - allows you to have spaces in any of those
names.

Hope this helps.

Pete
 

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