Change size of comments?
I'm presuming the question is 'how can one change the size of comments from
vba?'
I seem to recall having some difficulty getting functioning syntax to do
this. I finally got it working with this sort of thing:
..Cells(CommentcellRow, CommentCellColumn).Comment.Shape.Width = 220
"unknown" wrote:
|