Thread
:
y won't this work??
View Single Post
#
2
Posted to microsoft.public.excel.programming
mudraker[_168_]
external usenet poster
Posts: 1
y won't this work??
ksnapp
missing . between cell & value also
If statements are case sensitive
try
If lcase(Cell.value) = "total transactions"
ActiveCell.Offset(0, 1).Font.Bold = True
end i
--
Message posted from
http://www.ExcelForum.com
Reply With Quote
mudraker[_168_]
View Public Profile
Find all posts by mudraker[_168_]