ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Modifying format for multiple comments in a workbook (https://www.excelbanter.com/excel-discussion-misc-queries/229018-modifying-format-multiple-comments-workbook.html)

rmc

Modifying format for multiple comments in a workbook
 
Is it possible to mass modify the format for multiple comments (or all
comments) in a workbook? Or do you have to modify every comment
individually? Thnx.

Gary''s Student

Modifying format for multiple comments in a workbook
 
For a given worksheet:

Sub Verd()
Dim C As Comment
For Each C In ActiveSheet.Comments
With C
.Visible = True
.Shape.Select
Selection.Font.Name = "Verdana"
.Visible = False
End With
Next
End Sub
--
Gary''s Student - gsnu200849


"rmc" wrote:

Is it possible to mass modify the format for multiple comments (or all
comments) in a workbook? Or do you have to modify every comment
individually? Thnx.



All times are GMT +1. The time now is 05:31 AM.

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