View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Moises Moises is offline
external usenet poster
 
Posts: 22
Default Range with numerical data


What would be the correct code for the following range :

Range A12:D24

count1= 12
count2=24

I am writing the following , but it does not work :
Range ( "A & count1 : D" & count2).Select

Thanks,

Moises