tags:

views:

19

answers:

1

is there any way that a cell can be attached to the focus to get the value of any selleected cell any where within the sheet.

A: 

Maybe try handling the SelectionChange event of the Worksheet object in question and, in the event handler, write out the value of the selection to the destination cell?

Just remember that the selection can be more than one cell so you'll need to allow for that in your code

barrowc