View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
mudraker[_168_] mudraker[_168_] is offline
external usenet poster
 
Posts: 1
Default 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