Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
rmc rmc is offline
external usenet poster
 
Posts: 1
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default 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.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Protected Workbook, no comments? Kat Excel Worksheet Functions 1 July 23rd 08 08:40 PM
Modifying multiple cells crash [email protected] Excel Discussion (Misc queries) 0 October 11th 07 02:06 PM
Format multiple comments smiths4 Excel Discussion (Misc queries) 2 October 14th 06 12:46 PM
comments in shared workbook paul89 Excel Discussion (Misc queries) 0 May 19th 06 03:43 PM
Copy comments to several sheets in a workbook? jen_l_333 Excel Worksheet Functions 1 January 7th 05 10:30 PM


All times are GMT +1. The time now is 01:41 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"