View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Worldman1 Worldman1 is offline
external usenet poster
 
Posts: 12
Default Possible syntax error

Can anyone suggest a reason why the following fails?

Range("E4").Copy Destination:=Range(Range("B1").Value)

Thanks,

RonW.