Hi!
The following works great.
But I want to resize the shape with ScaleWidth 1.5 befor copy it to new cell.
I get error.
Please help.
Function ShapeAtActiveCell() As String
Dim Sh As Shape
For Each Sh In ActiveSheet.Shapes
If Sh.TopLeftCell.Address = ActiveCell.Address Then...