LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Example from Help also not working.

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
3d array not working D Excel Worksheet Functions 3 November 2nd 07 03:36 PM
array formula(s)- not working, need some help please (problem with an 'AND') KR Excel Worksheet Functions 7 July 5th 06 05:00 PM
Array problem: Key words-Variant Array, single-element, type mismatch error davidm Excel Programming 6 November 9th 05 05:54 AM
Array problem: Key words-Variant Array, single-element, type mismatch error davidm Excel Programming 1 November 8th 05 04:21 AM
Working with an array Otto Moehrbach Excel Programming 2 September 6th 05 10:37 PM


All times are GMT +1. The time now is 04:53 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"