F
fverlaine
How do I write a macro refering to a named range in the sheet rathe
than the range itself. Ie. I have named cells A1 to F7 as "test". Whe
writing a macro I want to refer to "test" rather tha
Range("A1:A7").select
than the range itself. Ie. I have named cells A1 to F7 as "test". Whe
writing a macro I want to refer to "test" rather tha
Range("A1:A7").select