Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i know this is probably pretty basic but i can't find it in my dummies
book. i have an array labeled M. i've dimensioned it to 100 using the statement: dim m(100) i tried to run a for/next loop to fill it but it isn't working for x = 1 to 100 m(x)=5 next x this should fill array with 5's but it's giving me an error: sub or function not defined. thanks for your help fred |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Fill in cells with an array | Excel Discussion (Misc queries) | |||
fill array with only values | Excel Programming | |||
FILL ARRAY ONE ROW AT A TIME | Excel Programming | |||
fill array | Excel Programming | |||
fill down array to last available row | Excel Worksheet Functions |