ballbearing
Technical User
Here's the deal...seems easy but can't figure this one out.
These columns are selected:
Columns("F:L").Select
If I use an offset, such as:
Columns("F:L").Offset(0, 1) the entire range is offset to "G:M"
What I want to do is (by using an offset) is change this range to:
Columns("F:M").Select
Can't seem to figure this one out on my own.
Thanks
Gawd I love this Access stuff..too bad I don't know what I'm doing.