View Full Version : [SOLVED:] Resize Comment
Hi, :hi:
i would like to resize the comments via coding, can anybody help me with this please? Thanks a lot.
Bob Phillips
07-01-2005, 02:12 AM
Hi, :hi:
i would like to resize the comments via coding, can anybody help me with this please? Thanks a lot.
You can do it manually by just going inm to Edit Comment and then clicking on one of the box handles and dragging it.
Hi ,
Thanks for reply. But Is it possible to do by coding? if anyone know please advise. Thanks.:friends:
Bob Phillips
07-01-2005, 04:01 AM
Hi ,
Thanks for reply. But Is it possible to do by coding? if anyone know please advise. Thanks.:friends:
Like this
Dim cmt As Comment
Set cmt = Range("F4").Comment
With cmt
.Shape.Width = 200
.Shape.Height = 100
End With
Thanks for helping, xld. :cool: Have a nice day!
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.