Results 1 to 3 of 3

Thread: How to Add Cell Comment with Bold Text

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Posts
    178

    Lightbulb

    Hi,

    I am trying to add a comment to a cell in Excel. Adding a comment is no problem but I want to be able to resize the comment and change the text to bold text.

    Any ideas ??

    Thanks
    Steve

  2. #2
    New Member
    Join Date
    Nov 2000
    Location
    England
    Posts
    13

    Thew following code should show you how to do it. Put some text (at least 10 characters) in the comments attached to the top left cell of a worksheet and run the code.

    Cells(1, 1).Comment.Shape.Height = 100
    Cells(1, 1).Comment.Shape.TextFrame.Characters(1, 10).Font.Bold = True


  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Posts
    178

    Cool Cheers

    Cheers Steve,

    I will give it a try...

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width