View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Alan Beban[_2_] Alan Beban[_2_] is offline
external usenet poster
 
Posts: 783
Default Excel Create Array Variable

When an array is loaded from a worksheet range it is always a 1-based array.

Alan Beban

Brian wrote:

OK - now I'm proving how much I don't know. I got this to work, by
changing the statement of

If InsertFileArray(0) = whatever

to

If InsertFileArray(1) = whatever

I thought 0 was always the first value in the array, instead of 1.

Please help the clueless?
Brian


*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!