Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Ron de Bruin (ADO help)

Hi FrigidDigit

Thanks Rowan and Tom for helping FrigidDigit

Will try to update the page very soon with a few more examples.
But I am very busy now.

Another option is maybe create links
http://www.rondebruin.nl/summary2.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl


"FrigidDigit" wrote in message ...
Hi Ron,

I have been trying to make use of the code you so kindly provided at your site (http://www.rondebruin.nl/ado.htm) but since I am
new to VBA its been hard going! I have a deadline for Wednesday so while I have tried to resolve my problem on my own, I am going
to have to ask for your help.

I would like to combine the code from your examples to do the following:

I need to loop through all the .xls files in a folder (path hard coded) and extract the data from several non-contigious cells and
list them in a designated worksheet.The files are very large and tike some time to open, so your ADO solution seems to be ideal.

So I have lets say 17 files in a folder "C:\Data" from which I want to copy cells A7, D8 and F8.

I have a workbook called Summary.xls in folder "D:\Worksheets" and I want to copy A7 (above) to A2, D8(above) to B2 and F8(above)
to C2. Obviously each workbook's extracted data needs to go into a new row in Summary.xls.

I realize you are probably very busy but if you can spare the time to help me I would be eternally grateful!

Regards

Frigid Digit



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 32
Default Ron de Bruin (ADO help)

Thanks for the response Ron!
FD

"Ron de Bruin" wrote in message
...
Hi FrigidDigit

Thanks Rowan and Tom for helping FrigidDigit

Will try to update the page very soon with a few more examples.
But I am very busy now.

Another option is maybe create links
http://www.rondebruin.nl/summary2.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl


"FrigidDigit" wrote in message
...
Hi Ron,

I have been trying to make use of the code you so kindly provided at your
site (http://www.rondebruin.nl/ado.htm) but since I am new to VBA its
been hard going! I have a deadline for Wednesday so while I have tried
to resolve my problem on my own, I am going to have to ask for your help.

I would like to combine the code from your examples to do the following:

I need to loop through all the .xls files in a folder (path hard coded)
and extract the data from several non-contigious cells and list them in a
designated worksheet.The files are very large and tike some time to open,
so your ADO solution seems to be ideal.

So I have lets say 17 files in a folder "C:\Data" from which I want to
copy cells A7, D8 and F8.

I have a workbook called Summary.xls in folder "D:\Worksheets" and I want
to copy A7 (above) to A2, D8(above) to B2 and F8(above) to C2. Obviously
each workbook's extracted data needs to go into a new row in Summary.xls.

I realize you are probably very busy but if you can spare the time to
help me I would be eternally grateful!

Regards

Frigid Digit





  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Ron de Bruin (ADO help)

I upload a small update today:
http://www.rondebruin.nl/ado.htm

I Changed the function
You can copy one cell or one row now without changing the function yourself.


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Ron de Bruin" wrote in message ...
Hi FrigidDigit

Thanks Rowan and Tom for helping FrigidDigit

Will try to update the page very soon with a few more examples.
But I am very busy now.

Another option is maybe create links
http://www.rondebruin.nl/summary2.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl


"FrigidDigit" wrote in message ...
Hi Ron,

I have been trying to make use of the code you so kindly provided at your site (http://www.rondebruin.nl/ado.htm) but since I am
new to VBA its been hard going! I have a deadline for Wednesday so while I have tried to resolve my problem on my own, I am
going to have to ask for your help.

I would like to combine the code from your examples to do the following:

I need to loop through all the .xls files in a folder (path hard coded) and extract the data from several non-contigious cells
and list them in a designated worksheet.The files are very large and tike some time to open, so your ADO solution seems to be
ideal.

So I have lets say 17 files in a folder "C:\Data" from which I want to copy cells A7, D8 and F8.

I have a workbook called Summary.xls in folder "D:\Worksheets" and I want to copy A7 (above) to A2, D8(above) to B2 and F8(above)
to C2. Obviously each workbook's extracted data needs to go into a new row in Summary.xls.

I realize you are probably very busy but if you can spare the time to help me I would be eternally grateful!

Regards

Frigid Digit





  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 32
Default Ron de Bruin (ADO help)

Thanks a lot Ron!!


"Ron de Bruin" wrote in message
...
I upload a small update today:
http://www.rondebruin.nl/ado.htm

I Changed the function
You can copy one cell or one row now without changing the function
yourself.


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Ron de Bruin" wrote in message
...
Hi FrigidDigit

Thanks Rowan and Tom for helping FrigidDigit

Will try to update the page very soon with a few more examples.
But I am very busy now.

Another option is maybe create links
http://www.rondebruin.nl/summary2.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl


"FrigidDigit" wrote in message
...
Hi Ron,

I have been trying to make use of the code you so kindly provided at
your site (http://www.rondebruin.nl/ado.htm) but since I am new to VBA
its been hard going! I have a deadline for Wednesday so while I have
tried to resolve my problem on my own, I am going to have to ask for
your help.

I would like to combine the code from your examples to do the following:

I need to loop through all the .xls files in a folder (path hard coded)
and extract the data from several non-contigious cells and list them in
a designated worksheet.The files are very large and tike some time to
open, so your ADO solution seems to be ideal.

So I have lets say 17 files in a folder "C:\Data" from which I want to
copy cells A7, D8 and F8.

I have a workbook called Summary.xls in folder "D:\Worksheets" and I
want to copy A7 (above) to A2, D8(above) to B2 and F8(above) to C2.
Obviously each workbook's extracted data needs to go into a new row in
Summary.xls.

I realize you are probably very busy but if you can spare the time to
help me I would be eternally grateful!

Regards

Frigid Digit







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
ATT: Ron de Bruin (ADO help) FrigidDigit[_2_] Excel Programming 7 October 19th 05 03:14 PM
For Ron Bruin Please Steved Excel Worksheet Functions 6 April 6th 05 02:19 AM
For Ron de Bruin Please Steved Excel Worksheet Functions 6 March 16th 05 12:46 AM
? for Ron de Bruin Chet[_2_] Excel Programming 4 September 23rd 04 03:55 PM
for Ron de Bruin Valeria[_2_] Excel Programming 1 January 22nd 04 04:42 PM


All times are GMT +1. The time now is 11:49 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"