Dabo
04-28-2009, 09:04 AM
Hello,
I'm new to VBA but I'm training hard to progress.
I'm currently finding it very hard to solve this problem and I need your insights:
I have an excel worksheet of 3000 lines * 10 columns
I need to create on VBA an array containing the informations of this worksheet.
For example the columns of my excel worksheet are:
ProductColorWeightSizeValue
Product A Color A Weight A Size A Value B
Product B Color A Weight C Size D Value A
Each line would be coded in my array as
(A A A A B)
(B A C D A)
How can I code the filling of my array ?
I have no Idea about it
I'm new to VBA but I'm training hard to progress.
I'm currently finding it very hard to solve this problem and I need your insights:
I have an excel worksheet of 3000 lines * 10 columns
I need to create on VBA an array containing the informations of this worksheet.
For example the columns of my excel worksheet are:
ProductColorWeightSizeValue
Product A Color A Weight A Size A Value B
Product B Color A Weight C Size D Value A
Each line would be coded in my array as
(A A A A B)
(B A C D A)
How can I code the filling of my array ?
I have no Idea about it