View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default initialize an array to 0

Use the Erase function. If the array is dynamically resized with
ReDim, you'll have to ReDim it.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com




"kdp145"
wrote in message
...

this should be an easy question for the excel gurus out
there...i have
an array with size 100 and i want to initialize every value in
the
array to 0...is there an easy way to do this without running a
for
loop?


--
kdp145
------------------------------------------------------------------------
kdp145's Profile:
http://www.excelforum.com/member.php...o&userid=29594
View this thread:
http://www.excelforum.com/showthread...hreadid=521719