View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Fan924 Fan924 is offline
external usenet poster
 
Posts: 238
Default Range("C100:D200").Select with variable names

Excel 97. I want to replace this with a variable names.

Range("C100:D200").Select
Start=100
Stop=200

How do I word this to select C100 thru D200?