Hi,

I have two cells in two different worksheets. One cell is referenced by a range variable called wagNDCell. The second cell is referenced by a different range variable called wagDetCell. I would like to link wagDetCell to wagNDCell, so I tried wagDetCell.Formula = wagNDCell but that didn't work because wagNDCell returns the value of the cell. How do I create this link? Thanks in advance.

Raman