C
Charlie Mac
I am using this code :
Selection.Comments.Add Range:=Selection.Range, Text:="Testing"
to add comments. What is the syntax to set the font (e.g. "Arial")
for this comment? Thanks.
Selection.Comments.Add Range:=Selection.Range, Text:="Testing"
to add comments. What is the syntax to set the font (e.g. "Arial")
for this comment? Thanks.