ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Resizing Comment Box (https://www.excelbanter.com/excel-programming/302377-resizing-comment-box.html)

Eager2Learn[_13_]

Resizing Comment Box
 
I would like to set the size of the comment box I am adding. Here i
the part of the code with the comment:

.Offset(0, 2).AddComment "Reopened: " & Date

this is all in a With statement.

Help, please.
E2

--
Message posted from http://www.ExcelForum.com


Bernie Deitrick

Resizing Comment Box
 
E2L,

With .Offset(0, 2).Comment.Shape
.Width = 100
.Height = 200
End With

HTH,
Bernie
MS Excel MVP


"Eager2Learn " wrote in message
...
I would like to set the size of the comment box I am adding. Here is
the part of the code with the comment:

Offset(0, 2).AddComment "Reopened: " & Date

this is all in a With statement.

Help, please.
E2L


---
Message posted from http://www.ExcelForum.com/





All times are GMT +1. The time now is 03:42 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com