I have the following to set "shadow" to false but don't know how to do the same for the "lock aspect ratio" setting to true.
Sub Comments_Format()
Dim cmt As Comment
For Each cmt In ActiveSheet.Comments
cmt.Shape.Shadow.Visible = msoFalse
Next cmt
End Sub
Where would I find this method?
Thanks!
Steve
Sub Comments_Format()
Dim cmt As Comment
For Each cmt In ActiveSheet.Comments
cmt.Shape.Shadow.Visible = msoFalse
Next cmt
End Sub
Where would I find this method?
Thanks!
Steve