![]() |
format for comments
I want to find out how to change the default format for comments, cause I
hate having to right-click/format every time. tks for all De |
format for comments
There is no way to change Excel's comment default font. A workaround is to
use a macro to create a new comment, for example: Sub NewComment() On Error Resume Next With ActiveCell.AddComment.Shape .TextFrame.Characters.Font.Name = "Terminal" .TextFrame.Characters.Font.Size = 9 .ScaleWidth 1.5, msoFalse .ScaleHeight 1.5, msoFalse .Visible = msoTrue .Select End With End Sub -- Jim "De" wrote in message ... |I want to find out how to change the default format for comments, cause I | hate having to right-click/format every time. | tks for all | De | |
format for comments
Jim, you're awesome!!!! I've been trying to figure out how to change the
comment font size. Thanks for posting this work-around! "Jim Rech" wrote: There is no way to change Excel's comment default font. A workaround is to use a macro to create a new comment, for example: Sub NewComment() On Error Resume Next With ActiveCell.AddComment.Shape .TextFrame.Characters.Font.Name = "Terminal" .TextFrame.Characters.Font.Size = 9 .ScaleWidth 1.5, msoFalse .ScaleHeight 1.5, msoFalse .Visible = msoTrue .Select End With End Sub -- Jim "De" wrote in message ... |I want to find out how to change the default format for comments, cause I | hate having to right-click/format every time. | tks for all | De | |
All times are GMT +1. The time now is 03:53 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com