|
-
Nov 14th, 2000, 06:19 AM
#1
Thread Starter
Addicted Member
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
-
Nov 14th, 2000, 02:25 PM
#2
New Member
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
-
Nov 15th, 2000, 11:59 AM
#3
Thread Starter
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|