
Play around with the formatting options for comments to find a suitable look for your workbook.ĭownload the sample Excel workbook attached to this tutorial to see the examples used here.


Notesįormatting comments can really help make your workbook look A LOT better this is because Excel's default formatting for comments is incredibly intrusive and quite annoying. In the window that opens, you have access to all of the changes that can be made to a comment, its text, and its appearance. Right-click the cell containing the comment > Click Edit Comment > Right-click the border of the comment > click Format Comment. Bold true text1.Italic true text1.Color ExcelRichText text2 rg.RichText.Add(Text with Font2) text2.UnderLine true. In the new tab, under the insert option click the module. To run the VBA code, Under the Developer tab, Click on the Visual basics option.
#Bold the underline in excel how to
These three particular options allow you to make subtly nice looking comments which do not interfere with the usage of the spreadsheet as much as do the default comments. How to Make Cell Text Bold in Excel VBA To Make Cell Text Bold in, you can use the. There, you can add some color to the background of the comment, change the border color, add transparency to the comment, and more. The most-used features are on the Colors and Lines tab.

This includes changing the font color, adding background colors, designs, and other features. Then press F5 key to run this code, and a prompt box will pop out to remind you selecting the data range that you want to combine and bold, see screenshot: 4. You can also use the font style separately as Bold. Make sure to separately select the parts of the comment to which you would like to apply different formatting, such as font size. Format the font style as Bold, Italic and Underline by updating the file path, sheet name and cell range.
#Bold the underline in excel code
NOTE: For VBA, you can select code in your VBA window, press Tab, then copy and paste that into your post or comment. To keep Reddit from mangling your formulas and other code, display it using inline-code or put it in a code-block This will award the user a ClippyPoint and change the post's flair to solved.

OPs can (and should) reply to any solutions with: Solution Verified A cell in excel has a bold underline (under the Updated row) that I cannot remove.
