Thank you first of all for responding back to me. Below you will find the simple table I am trying to export to Excel.
strFY AccountID CostElementWBS CostElementTitle
2008 1 7 Integrated Logistics Support
2008 1 7 Integrated Logistics Support
I want to export the 1st record of this table to excel workbook "Test 1," in the following way:
In Workheet "Sheet1," I want the data pertaining to field strFY to go to Cell "A1," and then I want the data pertaining to field AccountID to go to Cell "A2."
Then in Worksheet "Sheet2," I want the data pertaining to field CostElementWBS to go to Cell "B1," and then I want the data pertaining to field CostElementTitle to go to Cell "B2."
FOR THE SECOND RECORD IN THIS TABLE:
I want to export the 2nd record of this table to excel workbook "Test 2," in the following way:
In Workheet "Sheet1," I want the data pertaining to field strFY to go to Cell "A1," and then I want the data pertaining to field AccountID to go to Cell "A2."
Then in Worksheet "Sheet2," I want the data pertaining to field CostElementWBS to go to Cell "B1," and then I want the data pertaining to field CostElementTitle to go to Cell "B2."
If it wouldn't be too much trouble if you could give a step by step process of how to accomplish this. I appreciate anything you could suggest.