get data from other xls
1. I suppose you have a reference to an Excel application object.
Using this reference you can open a workbook targeting the other xls file.
or
2. Create a new reference to an Excel application object and open a workbook
which targets the xls file.
"polilop" wrote in message
...
I need to get data from one xls document (the data is in a txt box) into
another xls document.
How do i open one xls and look into it for the txt box from another?
|