how can i add data to excel tables ?
Choose one of Excel's file open options, and tailor your files to match -- CSV, DIF, SYLK, dBASE, for instance. Depending on the type of data, you might instead use Data > Get External Data > Import Text File.
I want to add data using ebasic to an existing excel sheet !!! :)
There is an ODBC driver for Excel which you may be able to use. I found information on it here:
http://msdn2.microsoft.com/en-us/library/ms711711.aspx (http://msdn2.microsoft.com/en-us/library/ms711711.aspx)
http://www.codeproject.com/database/excel_odbc_write.asp (http://www.codeproject.com/database/excel_odbc_write.asp)
http://www.codeproject.com/database/excel_odbc.asp (http://www.codeproject.com/database/excel_odbc.asp)
Thank you Rod the second link is helpfull i think.