Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
Is it possible to get data from an external excel file without opening the file? using workbooks("fname").worksheets("shtname").range("A1 ").value only works when fname is open. thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you insert a link to a cell in an external file in your worksheet cell,
Excel will ask if you want to update links when your file is opened. If you can anticipate from which cells in the external file data is required, then just set-up links to them and pickup data data when your file is opened. -- Gary's Student "delali" wrote: Hi All, Is it possible to get data from an external excel file without opening the file? using workbooks("fname").worksheets("shtname").range("A1 ").value only works when fname is open. thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See Ron de Bruin's site for code.
http://www.rondebruin.nl/copy7.htm Gord Dibben MS Excel MVP On Tue, 21 Nov 2006 11:50:02 -0800, delali wrote: Hi All, Is it possible to get data from an external excel file without opening the file? using workbooks("fname").worksheets("shtname").range("A1 ").value only works when fname is open. thanks |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
delali:
Try with Vlookup Regards. Luis Fernando Ortiz M. "delali" escribió en el mensaje ... Hi All, Is it possible to get data from an external excel file without opening the file? using workbooks("fname").worksheets("shtname").range("A1 ").value only works when fname is open. thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Opening An External File | Excel Discussion (Misc queries) | |||
Code to select 'Disable Macro' when opening an EXTERNAL FILE | Excel Programming | |||
Opening an external file | Excel Programming | |||
Autorefreshing excell external data while opening from VBA code | Excel Programming | |||
Get External Data, Import Text File, File name problem | Excel Programming |