How to get the Excel comment's font to be changed to the desired font (caliber) while keying in the comment box by VBA macro code.
This is code currently using, but every time i need to play.
Sub FixComments()
Dim cmt As Comment
For Each cmt In ActiveSheet.Comments
With...