View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Toppers Toppers is offline
external usenet poster
 
Posts: 4,339
Default accessing data in a cell

Range("B2")=Range("B2") + MyFor

"cjsmith22" wrote:


i have a variable (myFor) which contains the integer 2 - how do i add
that to whatever number's in a specific cell (eg. cell "B2") in
myResults range ?


--
cjsmith22
------------------------------------------------------------------------
cjsmith22's Profile: http://www.excelforum.com/member.php...o&userid=28528
View this thread: http://www.excelforum.com/showthread...hreadid=484043