Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 41
Default Macro for uploading data from other Excel files

I hope that you can help me:

I have daily reports for the past 6 years, i.e. over 2000 reports.

1) Each report has 4 sheets with a lot(!!!) of different data in them.
2) All the reports have the same format and structure. This means that the
data in the daily report for Oct 14th, 2006 is in the same cells as the same
data in the daily report for Nov 29th, 2009. This means that, for example,
the data for the volume is in cell B3 of sheet 2, in all of the daily reports.
3) All the daily reports have the same name structure, for example: Daily
Report 2007-05-28; but each one is named after it's corresponding date.
4) All the sheets in all of the daily reports are protected with a password
(I have the password).

I need to create a database where all the data from all of the daily reports
will be collected in columns and tables. For example: The data for the
volumes from all of the daily reports will be in a single column with it's
corresponding date in the first column; etc.

Can you, please, help me create a macro to import the data from each daily
report into the each one of the corresponding columns of the database without
me having to open each one of the two thousand daily reports that I have?

Thank you very very very much!!!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Macro for uploading data from other Excel files

Hi igorin

Start with this add-in
http://www.rondebruin.nl/merge.htm

And post back if this is what you need
Bed time for me so I will reply tomorrow



--

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


"igorin" wrote in message ...
I hope that you can help me:

I have daily reports for the past 6 years, i.e. over 2000 reports.

1) Each report has 4 sheets with a lot(!!!) of different data in them.
2) All the reports have the same format and structure. This means that the
data in the daily report for Oct 14th, 2006 is in the same cells as the same
data in the daily report for Nov 29th, 2009. This means that, for example,
the data for the volume is in cell B3 of sheet 2, in all of the daily reports.
3) All the daily reports have the same name structure, for example: Daily
Report 2007-05-28; but each one is named after it's corresponding date.
4) All the sheets in all of the daily reports are protected with a password
(I have the password).

I need to create a database where all the data from all of the daily reports
will be collected in columns and tables. For example: The data for the
volumes from all of the daily reports will be in a single column with it's
corresponding date in the first column; etc.

Can you, please, help me create a macro to import the data from each daily
report into the each one of the corresponding columns of the database without
me having to open each one of the two thousand daily reports that I have?

Thank you very very very much!!!

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 41
Default Macro for uploading data from other Excel files

I will try it out today and let you know.

I will most probably have some questions. If you could help me further it
would be great!

Thank you very much, Ron!



"Ron de Bruin" wrote:

Hi igorin

Start with this add-in
http://www.rondebruin.nl/merge.htm

And post back if this is what you need
Bed time for me so I will reply tomorrow



--

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


"igorin" wrote in message ...
I hope that you can help me:

I have daily reports for the past 6 years, i.e. over 2000 reports.

1) Each report has 4 sheets with a lot(!!!) of different data in them.
2) All the reports have the same format and structure. This means that the
data in the daily report for Oct 14th, 2006 is in the same cells as the same
data in the daily report for Nov 29th, 2009. This means that, for example,
the data for the volume is in cell B3 of sheet 2, in all of the daily reports.
3) All the daily reports have the same name structure, for example: Daily
Report 2007-05-28; but each one is named after it's corresponding date.
4) All the sheets in all of the daily reports are protected with a password
(I have the password).

I need to create a database where all the data from all of the daily reports
will be collected in columns and tables. For example: The data for the
volumes from all of the daily reports will be in a single column with it's
corresponding date in the first column; etc.

Can you, please, help me create a macro to import the data from each daily
report into the each one of the corresponding columns of the database without
me having to open each one of the two thousand daily reports that I have?

Thank you very very very much!!!

.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 41
Default Macro for uploading data from other Excel files

Ron,

It works great. The only thing is that I still need to figure out how to
select and import the files because I need to have them in a specific order
in the database (for example, transpose some data, etc.) and so it will be a
little tricky with some of the data. But it sure helps a LOT(!!!) to be able
to get them all together. I'm sure that I will figure it out.
If I need anything else I will browse through your webpage or post a message
for you.
Thanks a million!!! You have been a great help!!!

"Ron de Bruin" wrote:

Hi igorin

Start with this add-in
http://www.rondebruin.nl/merge.htm

And post back if this is what you need
Bed time for me so I will reply tomorrow



--

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


"igorin" wrote in message ...
I hope that you can help me:

I have daily reports for the past 6 years, i.e. over 2000 reports.

1) Each report has 4 sheets with a lot(!!!) of different data in them.
2) All the reports have the same format and structure. This means that the
data in the daily report for Oct 14th, 2006 is in the same cells as the same
data in the daily report for Nov 29th, 2009. This means that, for example,
the data for the volume is in cell B3 of sheet 2, in all of the daily reports.
3) All the daily reports have the same name structure, for example: Daily
Report 2007-05-28; but each one is named after it's corresponding date.
4) All the sheets in all of the daily reports are protected with a password
(I have the password).

I need to create a database where all the data from all of the daily reports
will be collected in columns and tables. For example: The data for the
volumes from all of the daily reports will be in a single column with it's
corresponding date in the first column; etc.

Can you, please, help me create a macro to import the data from each daily
report into the each one of the corresponding columns of the database without
me having to open each one of the two thousand daily reports that I have?

Thank you very very very much!!!

.

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,836
Default Macro for uploading data from other Excel files

Are these different files in different folders or all in the same folder?
Look he
http://www.rondebruin.nl/tips.htm

You need the 'Copy/Paste/Merge examples'

I would think that you probably need to copy all the files in a folder into
one large workbook (2,000 pages, phew!). Then, copy all sheets into one
master sheet:
http://www.rondebruin.nl/copy2.htm

That should get you pretty far...maybe all the way. Try it and post back
with specific questions.

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


"igorin" wrote:

I hope that you can help me:

I have daily reports for the past 6 years, i.e. over 2000 reports.

1) Each report has 4 sheets with a lot(!!!) of different data in them.
2) All the reports have the same format and structure. This means that the
data in the daily report for Oct 14th, 2006 is in the same cells as the same
data in the daily report for Nov 29th, 2009. This means that, for example,
the data for the volume is in cell B3 of sheet 2, in all of the daily reports.
3) All the daily reports have the same name structure, for example: Daily
Report 2007-05-28; but each one is named after it's corresponding date.
4) All the sheets in all of the daily reports are protected with a password
(I have the password).

I need to create a database where all the data from all of the daily reports
will be collected in columns and tables. For example: The data for the
volumes from all of the daily reports will be in a single column with it's
corresponding date in the first column; etc.

Can you, please, help me create a macro to import the data from each daily
report into the each one of the corresponding columns of the database without
me having to open each one of the two thousand daily reports that I have?

Thank you very very very much!!!



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 41
Default Macro for uploading data from other Excel files

Today I will start trying this out and then post the results and any
questions I might have.

Thank you very much for the help, Ryan!!!


"ryguy7272" wrote:

Are these different files in different folders or all in the same folder?
Look he
http://www.rondebruin.nl/tips.htm

You need the 'Copy/Paste/Merge examples'

I would think that you probably need to copy all the files in a folder into
one large workbook (2,000 pages, phew!). Then, copy all sheets into one
master sheet:
http://www.rondebruin.nl/copy2.htm

That should get you pretty far...maybe all the way. Try it and post back
with specific questions.

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


"igorin" wrote:

I hope that you can help me:

I have daily reports for the past 6 years, i.e. over 2000 reports.

1) Each report has 4 sheets with a lot(!!!) of different data in them.
2) All the reports have the same format and structure. This means that the
data in the daily report for Oct 14th, 2006 is in the same cells as the same
data in the daily report for Nov 29th, 2009. This means that, for example,
the data for the volume is in cell B3 of sheet 2, in all of the daily reports.
3) All the daily reports have the same name structure, for example: Daily
Report 2007-05-28; but each one is named after it's corresponding date.
4) All the sheets in all of the daily reports are protected with a password
(I have the password).

I need to create a database where all the data from all of the daily reports
will be collected in columns and tables. For example: The data for the
volumes from all of the daily reports will be in a single column with it's
corresponding date in the first column; etc.

Can you, please, help me create a macro to import the data from each daily
report into the each one of the corresponding columns of the database without
me having to open each one of the two thousand daily reports that I have?

Thank you very very very much!!!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Uploading files:Not sure if this is an easy or hard one zak Excel Programming 5 January 7th 09 03:32 PM
Uploading excel files: Useful and Cool Albert Excel Discussion (Misc queries) 1 September 14th 06 05:19 PM
uploading excel data to sql cdneely Excel Programming 0 November 15th 05 04:19 PM
How to save excel Files for uploading in Deltek? VirginiaBiz Excel Discussion (Misc queries) 1 November 3rd 05 09:16 PM


All times are GMT +1. The time now is 02:34 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"