View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mircea Pleteriu[_2_] Mircea Pleteriu[_2_] is offline
external usenet poster
 
Posts: 17
Default 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?