I am trying to copy one range to another, but I keep getting the following message "object doesn't support this method or property".
Can someone tell me what i am doing wrong?
Thanks
Sub Extract_RCRdata() 'extracts RCRdata for month/year specified
Range("commercial"
.CopyTorange ("RCR_out"
, _
Unique:=False
Application.Goto Reference:="R1C1"
End Sub
Can someone tell me what i am doing wrong?
Thanks
Sub Extract_RCRdata() 'extracts RCRdata for month/year specified
Range("commercial"
Unique:=False
Application.Goto Reference:="R1C1"
End Sub