M
margie
This seems like a really simple thing but I can't seem to figure it out
I need a function that will read data that a user inputs in an exce
worksheet and store it into an array. The amount of data the use
inputs varies from day to day. So for example, a user will inpu
order numbers in column A starting in row 1 and going down the column.
One day there may be a list of 10 order numbers, another day there ma
be 20 order numbers and so on. How do I write a function that wil
read those inputs and store them into an array
I need a function that will read data that a user inputs in an exce
worksheet and store it into an array. The amount of data the use
inputs varies from day to day. So for example, a user will inpu
order numbers in column A starting in row 1 and going down the column.
One day there may be a list of 10 order numbers, another day there ma
be 20 order numbers and so on. How do I write a function that wil
read those inputs and store them into an array