I'm writing a phone listing application in VB using an Access database. I want to list it in an Excel file. and the out put should look like<br><br>Name Phone Name Phone<br>A 1 G 7<br>B 2 H 8<br>C 3 I 9<br>D 4 J 10<br>E 5 K 11<br>F 6 L 12<br><br>I'm using DAO, and want it like this so all the data will fit on one page.