Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The same reason that the whole expression isn't replaced by 21 or 21 or 22 or
.... Just add another watch for iintI and you'll see that it changes, too. "musa.biralo" wrote: i totally agree with you it should run like this.. For intI = 0 To 364 curExpense(intI) = 20 + intI Next You should get somethinglike curExpense(0) = 21 curExpense(1) = 22 curExpense(2) = 23 . . . .... ... What i am seeing when i do the watch window or bookmark and see the value..i found...something like this... curExpense(intI) = 20 curExpense(intI) = 21 curExpense(intI) = 22 curExpense(intI) = 23 . . . i don't know why "intl" is not replaced by 0,1,2...and this is the main problem to me.... musa.biralo -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
3d array not working | Excel Worksheet Functions | |||
array formula(s)- not working, need some help please (problem with an 'AND') | Excel Worksheet Functions | |||
Array problem: Key words-Variant Array, single-element, type mismatch error | Excel Programming | |||
Array problem: Key words-Variant Array, single-element, type mismatch error | Excel Programming | |||
Working with an array | Excel Programming |