View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Javed Javed is offline
external usenet poster
 
Posts: 91
Default error 9 - related to an array - adding delimiters back to a cellvalue

Write Option Base 0 at the start of module

or

declare array

ary( 0 to 8 ) as Variant

Hope this will solve.