Need help with cells Array
For Each c In Range("D8,F8,H8,J8,L8").Cells
Ayo wrote:
For Each sht In Sheets(Array("NSB West 2008", "NSB West 2009", "NSB East
2008", "NSB East 2009", "NSB Manhattan"))
I am trying to use the line of code below, just like the one above but I am
getting a Method 'Range' of object '_Global' failed. Any ideas?
Thanks.
For Each c In Range(Array("D8", "F8", "H8", "J8", "L8")).Cells
--
Dave Peterson
|