A
Andrew Hall NZ
I am creating many comments as part of a large automated workbook. I would
like to rescale the comment box since the default is far larger than it needs
be. I tried recording a macro for the rescaling and got:
Sub Macro4()
Range("DZ16").Comment.Text Text:="31/05/2007"
Selection.ShapeRange.ScaleHeight 0.5, msoFalse, msoScaleFromTopLeft
Selection.ShapeRange.ScaleWidth 0.5, msoFalse, msoScaleFromTopLeft
End Sub
This macro does not actually work, failing with run time error 438, "object
does not support this property or method".
Is there any way to achieve this?
Andrew
like to rescale the comment box since the default is far larger than it needs
be. I tried recording a macro for the rescaling and got:
Sub Macro4()
Range("DZ16").Comment.Text Text:="31/05/2007"
Selection.ShapeRange.ScaleHeight 0.5, msoFalse, msoScaleFromTopLeft
Selection.ShapeRange.ScaleWidth 0.5, msoFalse, msoScaleFromTopLeft
End Sub
This macro does not actually work, failing with run time error 438, "object
does not support this property or method".
Is there any way to achieve this?
Andrew