Welcome to MacForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Change default format for comments

 
   Macintosh computer (Home) -> Excel RSS
Next:  How do you set an equation?  
Author Message
Tati Howell G2 Arc

External


Since: Apr 02, 2004
Posts: 1



(Msg. 1) Posted: Fri Apr 02, 2004 10:23 am
Post subject: Change default format for comments
Archived from groups: microsoft>public>mac>office>excel (more info?)

Is it possible to change the default text formatting for comments (e.g.
from Geneva Bold 9pt tp Geneva Regular 12pt)? And to not have the
comments start with the user name? We are using Excel X for Mac on
OS 10.2 (and 10.3, on a network, if that makes a difference...)

Any help appreciated! Tati

 >> Stay informed about: Change default format for comments 
Back to top
Login to vote
Bill33

External


Since: Feb 11, 2004
Posts: 6



(Msg. 2) Posted: Fri Apr 02, 2004 8:09 pm
Post subject: Re: Change default format for comments [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I am very interested in this as well. Maybe someone with more time
and/or more knowledge than me can offer some assistance. Recording a
visual basic script does not record font properties. I have a VB
script add comments, and these are the properties I've been able to
work with so far:

With Cells(thisRow + firstRow - 1, theCol)
.ClearComments 'Need to ClearComments in case one already exists
.AddComment
.Comment.Visible = False
.Comment.Text Text:=thisText
.Comment.Shape.TextFrame.WrapAutoText = False
.Comment.Shape.TextFrame.AutoSize = True
End With


"Tati Howell G2 Architects" wrote in message ...
 > Is it possible to change the default text formatting for comments (e.g.
 > from Geneva Bold 9pt tp Geneva Regular 12pt)? And to not have the
 > comments start with the user name? We are using Excel X for Mac on
 > OS 10.2 (and 10.3, on a network, if that makes a difference...)
 >
 > Any help appreciated! Tati

 >> Stay informed about: Change default format for comments 
Back to top
Login to vote
Display posts from previous:   
   Macintosh computer (Home) -> Excel All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]