View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
zhj23 zhj23 is offline
external usenet poster
 
Posts: 60
Default Changing the Source Address of a Link

I have this problem:

Book1 is my source and Book2 is my target. I have pasted the following link
in Book2 which returns the cell value of C10 in Book1. This works fine for me.

'[Book1.xls]Sheet1'!$C$10

However, if I try to change the above statement's cell address $C$10 to
$C$20 (say), it won't link to Book1 C20, instead it gives a TEXT content as

='[Book1.xls]Sheet1'!$C$20

Can anyone help to solve this puzzle? Thank you.

zhj23