Hi Derek
Try this
frow = 12
Lrow = 20
Rows(frow & ":" & Lrow).Select
--
Regards Ron de Bruin
http://www.rondebruin.nl
"Derek Mansfield" wrote in message .uk...
I wish to select rows from row FstRw to row LstRw where FstRw and LstRw are
established by my previous code. I can only find reference to selecting a
single row as a variable and multi rows by fixed row numbers. Any help
would be much appreciated.
Thanks
Derek Mansfield