Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() cheers toppers -- cjsmith22 ------------------------------------------------------------------------ cjsmith22's Profile: http://www.excelforum.com/member.php...o&userid=28528 View this thread: http://www.excelforum.com/showthread...hreadid=484043 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
accessing data from Access | Excel Discussion (Misc queries) | |||
Accessing List Data | Excel Discussion (Misc queries) | |||
accessing data from other workbook | Excel Programming | |||
Accessing External Data | Excel Programming | |||
accessing data from an array | Excel Programming |