View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Momo Momo is offline
external usenet poster
 
Posts: 45
Default Using specifieds in a range

Hello, Again,

I am using

D = .Range("G2").Value
E = .Range("H2").Value

to give me two cell references (as values from the cells G2 and H2) which i
then want to use to form a range by something like

..Range(A:B).value
but this doesn't work so is obviously wrong, can anyone help,

thanks

Andy