PC Review


Reply
Thread Tools Rate Thread

Consolidate Data

 
 
Melwin
Guest
Posts: n/a
 
      27th Nov 2009
Want to consolidate data from many flies which are in the same format to a
sigle file how can i do it in the best way?
 
Reply With Quote
 
 
 
 
Don Guillett
Guest
Posts: n/a
 
      27th Nov 2009
You can use a DIR looping macro to open or create formulas for each workbook
desired to the next available row on the destination file.

--
Don Guillett
Microsoft MVP Excel
SalesAid Software
(E-Mail Removed)
"Melwin" <(E-Mail Removed)> wrote in message
newsA906967-E126-4101-A372-(E-Mail Removed)...
> Want to consolidate data from many flies which are in the same format to a
> sigle file how can i do it in the best way?


 
Reply With Quote
 
Melwin
Guest
Posts: n/a
 
      27th Nov 2009
Thanks for the update but am not so good with xl can you give me a step by
step plan or some link where i can find the same

"Don Guillett" wrote:

> You can use a DIR looping macro to open or create formulas for each workbook
> desired to the next available row on the destination file.
>
> --
> Don Guillett
> Microsoft MVP Excel
> SalesAid Software
> (E-Mail Removed)
> "Melwin" <(E-Mail Removed)> wrote in message
> newsA906967-E126-4101-A372-(E-Mail Removed)...
> > Want to consolidate data from many flies which are in the same format to a
> > sigle file how can i do it in the best way?

>
> .
>

 
Reply With Quote
 
Ron de Bruin
Guest
Posts: n/a
 
      27th Nov 2009
Start here Melwin
http://www.rondebruin.nl/copy3.htm

If you need more help post back and I try to help you tomorrow


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Melwin" <(E-Mail Removed)> wrote in message news:E4B356D9-BED5-4329-88CB-(E-Mail Removed)...
> Thanks for the update but am not so good with xl can you give me a step by
> step plan or some link where i can find the same
>
> "Don Guillett" wrote:
>
>> You can use a DIR looping macro to open or create formulas for each workbook
>> desired to the next available row on the destination file.
>>
>> --
>> Don Guillett
>> Microsoft MVP Excel
>> SalesAid Software
>> (E-Mail Removed)
>> "Melwin" <(E-Mail Removed)> wrote in message
>> newsA906967-E126-4101-A372-(E-Mail Removed)...
>> > Want to consolidate data from many flies which are in the same format to a
>> > sigle file how can i do it in the best way?

>>
>> .
>>

 
Reply With Quote
 
Don Guillett
Guest
Posts: n/a
 
      27th Nov 2009
Here is the basic idea for using DIR
Sub FindFilesToChangeSAS()' Bare bones version to test for DIR
Dim FN As String
FN = Dir(ThisWorkbook.Path & "\*.*")
Do Until FN = ""

MsgBox FN 'Name of each file in the directory(folder) displayed
'Do what is desired with the workbook

Loop
End Sub

--
Don Guillett
Microsoft MVP Excel
SalesAid Software
(E-Mail Removed)
"Melwin" <(E-Mail Removed)> wrote in message
news:E4B356D9-BED5-4329-88CB-(E-Mail Removed)...
> Thanks for the update but am not so good with xl can you give me a step by
> step plan or some link where i can find the same
>
> "Don Guillett" wrote:
>
>> You can use a DIR looping macro to open or create formulas for each
>> workbook
>> desired to the next available row on the destination file.
>>
>> --
>> Don Guillett
>> Microsoft MVP Excel
>> SalesAid Software
>> (E-Mail Removed)
>> "Melwin" <(E-Mail Removed)> wrote in message
>> newsA906967-E126-4101-A372-(E-Mail Removed)...
>> > Want to consolidate data from many flies which are in the same format
>> > to a
>> > sigle file how can i do it in the best way?

>>
>> .
>>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
consolidate data Barb Microsoft Excel Misc 2 10th Aug 2008 06:01 AM
Consolidate Data AndrewJ Microsoft Excel Discussion 3 9th Apr 2008 04:56 PM
Data > Consolidate =?Utf-8?B?RWQ=?= Microsoft Excel Misc 0 19th Jun 2007 02:17 AM
help to consolidate data docdutton Microsoft Excel Worksheet Functions 1 9th Jun 2007 08:45 PM
consolidate data madcat Microsoft Excel Programming 1 1st Jul 2004 03:12 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:35 AM.