Thread
:
Array help
View Single Post
#
2
Posted to microsoft.public.excel.programming
JE McGimpsey
external usenet poster
Posts: 4,624
Array help
One way:
Range("10:10,16:16,26:26").Interior.ColorIndex = 4
In article ,
General wrote:
Trying to change these rows to green
Rows(Array("10", "16", "26")).Interior.ColorIndex = 4
but this doesnt work! Grateful for help.
Reply With Quote
JE McGimpsey
View Public Profile
Find all posts by JE McGimpsey