M
MichDenis
Hi,
I may write this :
Range("A1:A10").Interior.ColorIndex = 0
But i could write this too ...
'---------------------
Dim x As Excel.Constants
x = xlNone
Range("A1:A10").Interior.ColorIndex = x
'---------------------
The value of Xlnone = -4142
Any explanations why both methods work ?
Thank for your collaboration and help.
I may write this :
Range("A1:A10").Interior.ColorIndex = 0
But i could write this too ...
'---------------------
Dim x As Excel.Constants
x = xlNone
Range("A1:A10").Interior.ColorIndex = x
'---------------------
The value of Xlnone = -4142
Any explanations why both methods work ?
Thank for your collaboration and help.