How can I place a range into an array
ie.
TestArray = range("TestRange")
where test range is the range ("a1:z20")
and then grab the first row of data with one line of code?
ie. grab the contents of ("a1:z1") for manipulation
(for this particular example i want to take this data and output it to a range)
thanks!
ie.
TestArray = range("TestRange")
where test range is the range ("a1:z20")
and then grab the first row of data with one line of code?
ie. grab the contents of ("a1:z1") for manipulation
(for this particular example i want to take this data and output it to a range)
thanks!