Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bolding Cell in Excel

Status
Not open for further replies.

Queryman

Programmer
Joined
Nov 4, 2002
Messages
243
Location
US
I have multiple worksheets that have the word "TOTAL" in a cell in a column. I need to bold this cell. It appears in the same column but not always on the same row, is there a way to set this in the excel sheet or using VBA code.
Thanks

Michael

 
How about conditional formatting? Highlight the column and use

cell value >> is equal to >>total
then apply the bold format.

This should work fine.
 
Thanks that worked, a slight twist. If I need the whole row boded where the word "Total" appears, how would I do that. I have multiple worksheets and in each worksheet this is always the last row, if that helps. So instead of looking for the word "total" is it easier to look for via code for the last row of each worksheet in my output which has hunderds of tabs in the workbook

Michael

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top