Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Recording a macro does not help - it gives:
Selection.ShapeRange.ScaleWidth 0.41, msoFalse, msoScaleFromTopLeft Selection.ShapeRange.ScaleHeight 0.22, msoFalse, msoScaleFromTopLeft But replacing "Selection" with "Range("B" & 15).comment" does not work. Any ideas, please? Thanks! Pete |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Try, With Range("B" & 15).Comment.Shape .ScaleWidth 0.41, msoFalse, msoScaleFromTopLeft .ScaleHeight 0.22, msoFalse, msoScaleFromTopLeft End With Cheers Andy Pete at Sappi Fine Paper wrote: Recording a macro does not help - it gives: Selection.ShapeRange.ScaleWidth 0.41, msoFalse, msoScaleFromTopLeft Selection.ShapeRange.ScaleHeight 0.22, msoFalse, msoScaleFromTopLeft But replacing "Selection" with "Range("B" & 15).comment" does not work. Any ideas, please? Thanks! Pete -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
That worked!! Thanks Andy!
"Andy Pope" wrote: Hi, Try, With Range("B" & 15).Comment.Shape .ScaleWidth 0.41, msoFalse, msoScaleFromTopLeft .ScaleHeight 0.22, msoFalse, msoScaleFromTopLeft End With Cheers Andy Pete at Sappi Fine Paper wrote: Recording a macro does not help - it gives: Selection.ShapeRange.ScaleWidth 0.41, msoFalse, msoScaleFromTopLeft Selection.ShapeRange.ScaleHeight 0.22, msoFalse, msoScaleFromTopLeft But replacing "Selection" with "Range("B" & 15).comment" does not work. Any ideas, please? Thanks! Pete -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I change default font size for comment boxes in Excel? | Excel Discussion (Misc queries) | |||
Comment size | Excel Discussion (Misc queries) | |||
Default cell comment fill color and font size | Excel Discussion (Misc queries) | |||
Comment window size | Excel Discussion (Misc queries) | |||
changing comment indicator size or shape | Excel Worksheet Functions |