Thread
:
CellColorIndex
View Single Post
#
1
Posted to microsoft.public.excel.programming
Lonnie M.
external usenet poster
Posts: 184
CellColorIndex
Sub test()
Dim C%, A$
C = Range("M3").Offset(0, -1).Interior.ColorIndex
A = Range("M3").Offset(0, -1).Address(False, False)
MsgBox A & " = " & C
Range(A) = C
End Sub
???--Lonnie M.
Reply With Quote
Lonnie M.
View Public Profile
Find all posts by Lonnie M.