Selecting Multiple Cells
Jordan,
Assuming that the cell you find is active, you can use
Activecell.Resize(1,5).Select
--
HTH
RP
(remove nothere from the email address if mailing direct)
"Jordan" wrote in message
...
When you are in an excel file you can select multiple cells my clicking in
the first cell and then dragging across or down to the last cell, or by
Control + Click. Is there a was for me to pick several cells from inside
a
VBA project. The main problem is that I don't know which cells I want to
select. The program runs though looking for matches to cells in the first
column and then when it finds one it is suppose to select the next 5 cells
in
that row.
Thank you very much for the help,
Jordan
|