View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
NDBC NDBC is offline
external usenet poster
 
Posts: 204
Default clearing an array

If I have the array rider(5) as variant, how can I reset each of the array
variables to 0 without doing a loop 5 times.

count()=0 and
count().clear

do not work.

thanks