View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
cmpf cmpf is offline
external usenet poster
 
Posts: 1
Default 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: