HI, I've got a macro that currently pulls in data from another system and displays each piece of data in a separate column.
Code I have currently working to paste to next column is as follows.
I'd like to display the captured data to the next row instead of the next column.
Dim i As Long
Dim...