Let me just clarify, this is the SQL statement:
SELECT [Sales Record Number],1 as 'Line',[Item Title], Quantity,[Sale Price]
FROM `C:\Documents and Settings\RBC\Desktop\Final Macro Completed`.`ebay$`
UNION ALL
SELECT [Sales Record Number],2, 'Shipping And Handling',null...