[Migrated content. Thread originally posted on 02 March 2006]
Hi,
Using ActiveX I want to insert a csv-file into an excisting Excel-document on a specific cell.
I saw I can use the InsertFile command, but don't know how exactly to use this command. Does someone have the right statement for this command?
Thanks.
hmmm you will start at a specific cell - dont think that you can put a complete csv in a single cell ;)
If so:
http://www.acucorp.com/support/supported/customer_forum/showthread.php?s=&threadid=716you have to change this line:
inquire xls-sheet @CELLS::ITEM(1, "A") xls-range.
here you can define in which cell the import should be start...
or would you insert it as an object in a specific cell?
David
[Migrated content. Thread originally posted on 02 March 2006]
Hi,
Using ActiveX I want to insert a csv-file into an excisting Excel-document on a specific cell.
I saw I can use the InsertFile command, but don't know how exactly to use this command. Does someone have the right statement for this command?
Thanks.
Just a question;
This csv file, is that something you make yourself, in that case, if you want to use COM to tell Excel to read the file, why don't you use COM to feed the cell data directly?
Note: SAFEARRAY is gold for such.
[Migrated content. Thread originally posted on 02 March 2006]
Hi,
Using ActiveX I want to insert a csv-file into an excisting Excel-document on a specific cell.
I saw I can use the InsertFile command, but don't know how exactly to use this command. Does someone have the right statement for this command?
Thanks.
Just a question;
This csv file, is that something you make yourself, in that case, if you want to use COM to tell Excel to read the file, why don't you use COM to feed the cell data directly?
Note: SAFEARRAY is gold for such.
[Migrated content. Thread originally posted on 02 March 2006]
Hi,
Using ActiveX I want to insert a csv-file into an excisting Excel-document on a specific cell.
I saw I can use the InsertFile command, but don't know how exactly to use this command. Does someone have the right statement for this command?
Thanks.
Just a question;
This csv file, is that something you make yourself, in that case, if you want to use COM to tell Excel to read the file, why don't you use COM to feed the cell data directly?
Note: SAFEARRAY is gold for such.