ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Resizing comment boxes (https://www.excelbanter.com/excel-programming/291061-resizing-comment-boxes.html)

Ian Coates

Resizing comment boxes
 
I'm having trouble with the code to change the size of a comment box. My
code is below:

With Range("C17")
.AddComment
.Comment.Visible = False
.Comment.Text Text:=_
"Remove tube cover and measure across resistor. 1V=1mA
(Note: this involves removing the label on the rear of the tubehead and the
stick-on covers each side of the collimator)"
Selection.ShapeRange.ScaleHeight 1.37, msoFalse, msoScaleFromTopLeft
End With

I got the code for resizing the box from a macro I recorded which is below:

Range("C17").Select
Range("C17").AddComment
Range("C17").Comment.Visible = False
Range("C17").Comment.Text Text:= _
"Remove tube cover and measure across resistor. 1V=1mA (Note: this
involves removing the label on the rear of the tubehead and the stick-on
covers each side of the collimator)"
Selection.ShapeRange.ScaleHeight 1.37, msoFalse, msoScaleFromTopLeft

Any help will be appreciated as always

Ian



gkelle[_7_]

Resizing comment boxes
 
Here is some code I have used

Worksheets(1).Range("E6").AddComment "Current Sales"
Worksheets(1).Shapes(1).TextFrame.AutoSize = Tru

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



All times are GMT +1. The time now is 12:02 PM.

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