I would like to periodically "select" either rows or columns and then
perform some function on them like auto outline. The problem seems to
be in "selecting" these rows/columns using variables.
For examle
sub selectRows (x as integer, y as integer)
Rows(x:y).Select
end sub
This does not work, is there a way to do this ?
-st
Also, does anyone have some recommendations on Excel 5.0 reference books
that take you beyond an intermediate level ?