Autofit Comments (Sheet)
Sub AutoFitComments()
Dim c As Comment
For Each c In ActiveSheet.Comments
c.Shape.TextFrame.AutoSize = True
Next c
End Sub
© Copyright
andrewsexceltips.net
All Rights Reserved.