View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Shorty[_3_] Shorty[_3_] is offline
external usenet poster
 
Posts: 19
Default Expanding a Selection

Thanks, this one almost did it, the user can select multiple rows and
this only selects the last row in the selection.
Range(Cells(ActiveCell.Row, "B"), Cells(ActiveCell.Row, "E")).Select
but it selects the right columns which will come in useful!!!