View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Ken Johnson Ken Johnson is offline
external usenet poster
 
Posts: 1,073
Default creating a small array from spreadsheet values/counts

Hi Tigpup,
Just an after-thought, I and J really should be dimensioned as Long, as
is K, just in case a user selects more than 32,767 rows ( the upper
limit for integer variable).

Ken Johnson