ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Comment window size (https://www.excelbanter.com/excel-discussion-misc-queries/19075-comment-window-size.html)

Eddie

Comment window size
 
It is possible to change the default size of the comment
window?

Jim Rech

You cannot change the size of the default comment but you can use a macro to
create a comment and change its size:

Sub NewComment()
On Error Resume Next
With ActiveCell.AddComment.Shape
.Width = 100
.Height = 60
.Visible = msoTrue
.Select
End With
End Sub


--
Jim Rech
Excel MVP
"Eddie" wrote in message
...
| It is possible to change the default size of the comment
| window?




All times are GMT +1. The time now is 06:27 AM.

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