Hi Gurumurty Sastry,

    I have done the same thing as this before.

  dim wk as workbook
  For i=1 to number of files
   set wk=workbooks.open (Filename:= Name of the file)
   wk.range("T100").copy destination
:=workbooks("Spreadsheet").range(whatever you want)
  Next i

 Hope this can help

Kind Regards

Vincent Zheng





On Fri, Apr 3, 2009 at 8:37 AM, gurumurthy sastry Kondury <
gurumurthy.sas...@gmail.com> wrote:

> Hi All,
>
> Please help me with the below query.
>
> Suppose I have a folder Named "FOLDER". This folder has 50 Files. I have
> been maintaining a *Spreadsheet* with the names of all these files.
> Now I want to pull the data in the Cell 'T100' of each and every file to
> the *spreadsheet* against each respective file name.
>
> Is there any formula that can help me for this?
>
>
> Thanks & Regards,
>
> Gurumurty Sastry K H
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
-------------------------------------------------------------------------------------
Some important links for excel users:
1. Excel and VBA Tutorials(Video and Text), Free add-ins downloads at 
http://www.excelitems.com
2. Excel tutorials at http://www.excel-macros.blogspot.com
3. Learn VBA Macros at http://www.vbamacros.blogspot.com
4. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 

To post to this group, send email to excel-macros@googlegroups.com
If you find any spam message in the group, please send an email to:
Ayush Jain  @ jainayus...@gmail.com or
Ashish Jain @ 26may.1...@gmail.com
-------------------------------------------------------------------------------------
-~----------~----~----~----~------~----~------~--~---

Reply via email to