View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] wtadder@hotmail.com is offline
external usenet poster
 
Posts: 3
Default VBA Code for selection rows

Ok I know how to write the code for selecting a row. Here is an example:
Rows("8:27").Select

What if instead of the number i want to use vairables such as:
Rows("x:y").Select

Can anyone tell me how to do this? If you can please email