View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Souris Souris is offline
external usenet poster
 
Posts: 107
Default Access Array by index

I wanted to accumulate the value in my array.

ARR as Variant

I need to check that does array have value before add to my accumulator.

I tried to access using ARR[i] and ARR(i), but no of them works.

Any information is great appreciated,