View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
grievesy[_3_] grievesy[_3_] is offline
external usenet poster
 
Posts: 1
Default Help selecting a range in vba from userform inputs


I have already created the form and can make the inputs select a cell
but i cannot seem to select a range.
The user enters a row and i want to select that row from column b t
column s.
I am using
Cells(orderlineBox.Value, 2).Activate
to select the row and column 2 (B).
How do i select the range??

Please help.

--
grieves
-----------------------------------------------------------------------
grievesy's Profile: http://www.excelforum.com/member.php...fo&userid=1012
View this thread: http://www.excelforum.com/showthread.php?threadid=53701