Thread
:
Enumerating SpecialCells
View Single Post
#
2
Posted to microsoft.public.excel.programming
davea
external usenet poster
Posts: 3
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
Reply With Quote
davea
View Public Profile
Find all posts by davea