Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default formatting comments with shared workbook

Great! Thanks!

"Sheeloo" wrote:

To fix the proble assign this macro to a button and use it whenever needed.
It will work on comments on the active sheet;

[Adapted from http://www.contextures.com/xlcomments03.html#Format]
Sub ReformatComments()
Dim cmt As Comment
For Each cmt In ActiveSheet.Comments
With cmt.Shape.TextFrame.Characters.Font
.Name = "Arial"
.Size = 14
.Bold = False
.ColorIndex = 5
End With
Next
End Sub
--
Always provide your feedback...


"Joyce D" wrote:

I have a shared workbook with formatted comments (type formated in larger
point size - so easier to read). Every time I save the workbook (shared) and
go back into it the size of the type returns to the smaller point size.

Any thoughts?

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
Inserting Comments In A Shared Workbook FILRichie Excel Discussion (Misc queries) 4 June 12th 14 05:30 PM
Comments disappear in shared workbook Steve Vincent Excel Discussion (Misc queries) 0 December 20th 07 06:13 PM
Loosing comments in a shared workbook Gav Excel Discussion (Misc queries) 0 July 13th 06 07:40 PM
comments in shared workbook paul89 Excel Discussion (Misc queries) 0 May 19th 06 03:43 PM
my comments are disappearing from a shared excel workbook Thomasb Excel Worksheet Functions 0 October 26th 05 11:21 AM


All times are GMT +1. The time now is 09:26 PM.

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

About Us

"It's about Microsoft Excel"