Selecting Populate Cells
wrote in message
oups.com...
Use the CurrentRegion property of the range, eg
Dim myRange as Range
set myRange = Range("A1").CurrentRegion
myRange.Font.Size=12
assuming A1 is in the set of populated cells.
Perfect! Many thanks David.
Keith.
|