Is there a way to find out the current Range and Link Cell for a given Shape? None of the following work?
Code:
TName$="Button 1"
Activesheet.Shapes(I).Select
R$ = Selection.ListFillRange
R$ = ActiveSheet.Shapes.Range(Array(TName$)).ListFillRange
R$ = ActiveSheet.Shapes(I).ListFillRange