If your range selection is:
The cells are selected individually like you've clicked on each one while holding the Control key. All 3 cells are looked at like Cell 1.
How can you do that with variables?
doesn't work. Each variable is an Address ($A$1) and is viewed by the Range as Cell 1, Cell 2 so it's like you've selected the first cell, hit Shift and then selected the second cell so it selects the series, not the individual cells.
Thoughts? Thx.
DreamerZ
simplesolutions@prodigy.net
[ignore][/ignore]
Code:
Range("S25,F2,H14").Select
How can you do that with variables?
Code:
Range(cellrange1,cellrange2).Select
Thoughts? Thx.
DreamerZ
simplesolutions@prodigy.net
[ignore][/ignore]