G 
		
								
				
				
			
		Guest
I have code that is supposed to import a spreadsheet from Excel.  When I look
at the Excel Spreadsheet there are 3775 lines. When I import it it only
imports 2847 lines. Here is the code that does the import
DoCmd.OpenQuery "qry:WalStoreDel", acViewNormal, acEdit
stDocName = "G:\Accounting\AR\AR Database\walmart stores.xls"
DoCmd.TransferSpreadsheet acImport, , "WalmartStores", stDocName,
True, "Wal-Mart Stores!"
Help!!!!!!!
TIA
				
			at the Excel Spreadsheet there are 3775 lines. When I import it it only
imports 2847 lines. Here is the code that does the import
DoCmd.OpenQuery "qry:WalStoreDel", acViewNormal, acEdit
stDocName = "G:\Accounting\AR\AR Database\walmart stores.xls"
DoCmd.TransferSpreadsheet acImport, , "WalmartStores", stDocName,
True, "Wal-Mart Stores!"
Help!!!!!!!
TIA
	