I have source data file like following:
A B C
1 Test 1243.50 123.12
2 Quiz 43.4
I need to loop thru the used rows and columns and copy and paste the data into another spreadsheet
Row 1 Column A to new file/worksheet Row 1 Column E
Row 1 Column B to new file/worksheet Row 1 Column G
Row 2 Column A to NF/S Row 2 Column E
Row 2 Column B to NF/S Row 2 Column G
for all rows with data
jmk