D
Donald Stockton
ActiveCell.AddComment
ActiveCell.Comment.Visible = False
ActiveCell.Comment.Text Text:="This is a Test"
The above code will add a comment to the active cell, but how can I also
change the Font properties rather than excel using the default setting?
D.S.
*** Sent via Developersdex http://www.developersdex.com ***
ActiveCell.Comment.Visible = False
ActiveCell.Comment.Text Text:="This is a Test"
The above code will add a comment to the active cell, but how can I also
change the Font properties rather than excel using the default setting?
D.S.
*** Sent via Developersdex http://www.developersdex.com ***