Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello, I have looked at several examples on here and the web and can't
figure out how to make a sub that will make text in a row bold based on certain words in column being there. What I'm hopin to do is select a column in my worksheet and run a sub that will make all the information in a row bold in the seleceted cell contains Total Transactions. Any help or examples of close code are appreciated. --- Message posted from http://www.ExcelForum.com/ |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() For Each cell In Selection If cellValue = "Total Transactions" Then cell.Font.Bold = True End If Next cell -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "ksnapp " wrote in message ... Hello, I have looked at several examples on here and the web and can't figure out how to make a sub that will make text in a row bold based on certain words in column being there. What I'm hopin to do is select a column in my worksheet and run a sub that will make all the information in a row bold in the seleceted cell contains Total Transactions. Any help or examples of close code are appreciated. --- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Make ZERO red and bold | Excel Discussion (Misc queries) | |||
Can i make text in cells c60@n60 bold & black if sum of C59 is gre | Excel Worksheet Functions | |||
Join bold and non-bold text in one cell | Excel Discussion (Misc queries) | |||
How do you make some characters in a cell bold and some not? | Excel Discussion (Misc queries) | |||
How to edit the size and make it bold of the Option Button text? | Excel Discussion (Misc queries) |