I have this line in a module and it keeps spitting up a run-time error 1004 when I try and run it.
Can anyone help?
I'm guessing it's to do with how the Range is referenced, but i'm not sure. This is all new to me.
rngFirst = ThisWorkbook.Worksheets("Still In Progress").Range("G" & 1 & ":G" & lw)
Many thanks in advance
":G" &
? – mcalex Aug 13 '13 at 9:57