I am having a difficulty of looping through a range and getting values for each cell in each row. For example, I have a range B1:D2 with following values B1, C1, D1 in first row and values B2, C2, D2 in second row (for simplicity sake). What I would like to do is loop throuh each cell in each row and assign it to cells A1 & A2 respectively, with each value separated by a new line.
I can loop through all the cells, but having difficulty looping through all value in each row.
Thanks!
Bookmarks