Thread
:
loop
View Single Post
#
10
Posted to microsoft.public.excel.misc
Raj
external usenet poster
Posts: 130
loop
Tey this:-
Dim rowNum
Dim colNum
rowNum = Range("a1").End(xlDown).Row
colNum = Range("a1").End(xlDown).End(xlToRight).Column
With Range(Cells(rowNum, 1), Cells(rowNum, colNum))
.Font.Bold = True
.Interior.ColorIndex = 15
End With
Reply With Quote
Raj
View Public Profile
Find all posts by Raj