Hi
I need VBA to be able to select two different ranges in excel at the same time. This is an example of what I would need to select:
Range("E6:P6,E4:P3").Select
The problem is that I only have the starting cell e.g.
Range("E5").Select.
from that I need to get to the above selection by using "offset" or another solution. I have the number of columns etc. I need to get the right offset value.
I've tried this:
But I get the message "Expected: List seperator or )"
Any ideas? 
Thanks in advance
Thomas
Bookmarks