Thread: Replace per VBA
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
MattShoreson[_140_] MattShoreson[_140_] is offline
external usenet poster
 
Posts: 1
Default Replace per VBA


basic premise is as follows:

Cells(2, 9).Formula = "=" & Cells(2 + 121, 9 + 10).Address


You could also use OFFSET as well.


--
MattShoreson
------------------------------------------------------------------------
MattShoreson's Profile: http://www.excelforum.com/member.php...fo&userid=3472
View this thread: http://www.excelforum.com/showthread...hreadid=566569