Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just to mention, one can also enter just numbers like this...
For x = 1 To N v(x) = x Next x instead of v(x) = CStr(x) I usually find that it is a little faster to go ahead and enter numbers, and let the function do the string conversion. Using v(x) = x ==================== Start of: Filter: 600000 Execution Time: 3.8485017 Sec. (~0.06 Minutes) ==================== -- Dana DeLouis Using Windows XP & Office XP = = = = = = = = = = = = = = = = = <snip |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting Array element | Excel Worksheet Functions | |||
Can one store a string in a Array element? | Excel Discussion (Misc queries) | |||
Search array and return element No | Excel Worksheet Functions | |||
Permutations of an array element < to a value | Excel Worksheet Functions | |||
deleting array element | Excel Programming |