Hi all,
I have an excel file where I have words in different columns like the sample below in over 600 rows.
'
Entry1 Entry2 Entry3
Entry4 Entry5 Entry6
Entry7 Entry8 Entry9
I would like to store the words in each row into an array. For Eg: Entry1, Entry2 and Entry3 has to stored in Array1, Entry4, Entry 5 and Entry 6 has to be stored in Array2 and so on. In essence, each row must have its own array. So far I have been able to write a macro that stores the words in the first row into an array. However, when I try to extend the code to other rows, I am not quite sure as to how to create 600 different arrays for each row. Is there a way to do this by writing a macro. I would appreciate any help in this regard. Thanks in advance.
I hope I have followed the rules in posting in the forum. If there are any errors please let me know. I will correct it from the next time.
Thank You,
Swetha
I have an excel file where I have words in different columns like the sample below in over 600 rows.
'
Entry1 Entry2 Entry3
Entry4 Entry5 Entry6
Entry7 Entry8 Entry9
I would like to store the words in each row into an array. For Eg: Entry1, Entry2 and Entry3 has to stored in Array1, Entry4, Entry 5 and Entry 6 has to be stored in Array2 and so on. In essence, each row must have its own array. So far I have been able to write a macro that stores the words in the first row into an array. However, when I try to extend the code to other rows, I am not quite sure as to how to create 600 different arrays for each row. Is there a way to do this by writing a macro. I would appreciate any help in this regard. Thanks in advance.
I hope I have followed the rules in posting in the forum. If there are any errors please let me know. I will correct it from the next time.
Thank You,
Swetha