View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default This is a little off

little short on detail, but maybe

rng.Offset(12, 23).Value = .Range("R" & ActiveCell.Row, Range("C61"))

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"famdamly" wrote in
message ...

rng.Offset(R12, c23).Value = .Range(r & ActiveCell.Row, c61)

I'm stumped.


--
famdamly
------------------------------------------------------------------------
famdamly's Profile:

http://www.excelforum.com/member.php...o&userid=29382
View this thread: http://www.excelforum.com/showthread...hreadid=519240