Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Consolidation of Data from more than one worksheet file

1 view
Skip to first unread message

Satya Nanduri

unread,
Nov 23, 2009, 6:15:03 PM11/23/09
to
I have my company inventory on 15 different excel 2003 worksheet files. Is
there any way to consolidate those file and reports for each item? I do not
want the Pivot Table way. Because the structure of the worksheets is not
comfortable for that.

Satya Nanduri

Don Guillett

unread,
Nov 23, 2009, 6:35:34 PM11/23/09
to
Let's get the nomenclature down first
a file is a workbook
a worksheet or tab or sheet is the worksheet in the file.
You need so specify the workbook(s) and also the worksheet(s) within each
workbook.

for each wb in workbooks
worksheets("sourcesheetnamehere").copy somewhere
next wb

--
Don Guillett
Microsoft MVP Excel
SalesAid Software
dguil...@austin.rr.com
"Satya Nanduri" <SatyaN...@discussions.microsoft.com> wrote in message
news:84867186-1A06-46D7...@microsoft.com...

ryguy7272

unread,
Nov 23, 2009, 7:11:02 PM11/23/09
to
I'm not sure I totally understand the question, but look here for some ideas:
http://www.rondebruin.nl/copy2.htm

http://www.rondebruin.nl/copy3.htm

http://www.rondebruin.nl/copy4.htm

http://www.rondebruin.nl/fso.htm

HTH,
Ryan---

--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.

Satya Nanduri

unread,
Nov 24, 2009, 1:40:12 PM11/24/09
to
Well, I meant 15 workbooks (or as per your email they are different files
like Inventory1.xls, Inventory2.xls upto 15. I need to consolidate the data
and generate reports. I am not getting a logical way to do that. Sometime I
feel that doesn't make sense. But, wanted to try, if I am wrong.
Thanks for your time.
Satya

"Don Guillett" wrote:

> .
>

Ashish Mathur

unread,
Nov 24, 2009, 8:11:31 PM11/24/09
to
Hi,

Tey this

http://datapigtechnologies.com/blog/index.php/using-access-to-combine-multiple-excel-files-method-2/

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Satya Nanduri" <SatyaN...@discussions.microsoft.com> wrote in message

news:21FDE34F-C46F-4797...@microsoft.com...

0 new messages