Target.Name for when selecting a merged cell.

S

sk

I am trying to get the target cell name when selection of
a cell are changed, but i just found out that for
merged cells I am not able to get the reference by target.name.name.


SheetSelectionChange(ByVal Sh As Object, ByVal Target As Excel.range)

Target.Name.Name
 
Top