M
Mac Lingo
In VB, I want to load an array and then assign that array to a row in a
designated sheet.
Question 1: How do you assign an array into a Row in a Sheet?
Sheets("Name").??? = ROW_ARRAY
Question 2: What form does RowData have to be? Is a one dimension matrix or
a two dimension matrix or something else?
ROW_ARRAY can have two forms: either ROW_ARRAY(a number) or ROW_ARRAY(). Is
there different coding for these two definitions?
Thanks for your help,
Capt Mac
designated sheet.
Question 1: How do you assign an array into a Row in a Sheet?
Sheets("Name").??? = ROW_ARRAY
Question 2: What form does RowData have to be? Is a one dimension matrix or
a two dimension matrix or something else?
ROW_ARRAY can have two forms: either ROW_ARRAY(a number) or ROW_ARRAY(). Is
there different coding for these two definitions?
Thanks for your help,
Capt Mac