View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
davea davea is offline
external usenet poster
 
Posts: 3
Default Enumerating SpecialCells

Sorry, the second example that does not work should read:

For i = 1 to ActiveSheet.UsedRange.SpecialCells(xlTextValues).C ount
ActiveSheet.UsedRange.SpecialCells(xlTextValues).I tem(i).Font.Bold = True
next i