Ascentient
IS-IT--Management
- Nov 4, 2002
- 267
Is there a way to use the Selection method to change the BackColor for a selection of cells?
I thought the above might work, but I get the following error: Run-time error '438' Object does not support this property or method.
Ascent
Code:
Range("k9:p38").Select
Selection.BackColor = &H80000005
Ascent