PC Review


Reply
Thread Tools Rate Thread

copy data from worksheet in folder a to worksheet in folder b

 
 
drose
Guest
Posts: n/a
 
      4th Dec 2007
I'm sure this would take VBA but I need to copy the values in cells B1, D1,
K1, D4, E4, F4, I4, J4, K4 for each worksheet put into folder A to a
worksheet (column A through I) in Folder B. Is this possible?

 
Reply With Quote
 
 
 
 
Ron de Bruin
Guest
Posts: n/a
 
      4th Dec 2007
Hi drose

You can start with this macro that create links for you
http://www.rondebruin.nl/summary2.htm

If you want to do it for all worksheets in each workbook post back


--

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


"drose" <(E-Mail Removed)> wrote in message news:71711226-F878-44CD-A703-(E-Mail Removed)...
> I'm sure this would take VBA but I need to copy the values in cells B1, D1,
> K1, D4, E4, F4, I4, J4, K4 for each worksheet put into folder A to a
> worksheet (column A through I) in Folder B. Is this possible?
>

 
Reply With Quote
 
drose
Guest
Posts: n/a
 
      4th Dec 2007
Thanks Ron de Bruin,
I got the macro to run and copy the data over but only if I selected the
folder and then the worksheet to be copied. Is there a way that the macro
would detect whenever a new worksheet is added to this folder and then would
copy only from the new worksheet?
Thanks,
Drose

"Ron de Bruin" wrote:

> Hi drose
>
> You can start with this macro that create links for you
> http://www.rondebruin.nl/summary2.htm
>
> If you want to do it for all worksheets in each workbook post back
>
>
> --
>
> Regards Ron de Bruin
> http://www.rondebruin.nl/tips.htm
>
>
> "drose" <(E-Mail Removed)> wrote in message news:71711226-F878-44CD-A703-(E-Mail Removed)...
> > I'm sure this would take VBA but I need to copy the values in cells B1, D1,
> > K1, D4, E4, F4, I4, J4, K4 for each worksheet put into folder A to a
> > worksheet (column A through I) in Folder B. Is this possible?
> >

>

 
Reply With Quote
 
Ron de Bruin
Guest
Posts: n/a
 
      4th Dec 2007
Hi drose

It is possible to do this

You can adapt example 2 on the same page

--

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


"drose" <(E-Mail Removed)> wrote in message news:063C49AB-9CDE-49B4-88AE-(E-Mail Removed)...
> Thanks Ron de Bruin,
> I got the macro to run and copy the data over but only if I selected the
> folder and then the worksheet to be copied. Is there a way that the macro
> would detect whenever a new worksheet is added to this folder and then would
> copy only from the new worksheet?
> Thanks,
> Drose
>
> "Ron de Bruin" wrote:
>
>> Hi drose
>>
>> You can start with this macro that create links for you
>> http://www.rondebruin.nl/summary2.htm
>>
>> If you want to do it for all worksheets in each workbook post back
>>
>>
>> --
>>
>> Regards Ron de Bruin
>> http://www.rondebruin.nl/tips.htm
>>
>>
>> "drose" <(E-Mail Removed)> wrote in message news:71711226-F878-44CD-A703-(E-Mail Removed)...
>> > I'm sure this would take VBA but I need to copy the values in cells B1, D1,
>> > K1, D4, E4, F4, I4, J4, K4 for each worksheet put into folder A to a
>> > worksheet (column A through I) in Folder B. Is this possible?
>> >

>>

 
Reply With Quote
 
drose
Guest
Posts: n/a
 
      5th Dec 2007
Hi Ron de Bruin
I just learning VBA so I'm sure it's me.
I am using the example 2 and I can get it to copy what I need but only if
when I run the macro, I select the folder and then the work book to be
coppied.

Can I have it when I select run... go find the Folder and search for new
workbook and if found then copy automatically to summary worksheet?

If this is in example 2 please let me know where so I can try and see what
I'm doing wrong.

Once I get this working the other thing I need is for it to copy data from
15 work books and then skip 5 rows and copy the next 15 work books etc...

The 5 rows skipped have formulas in them to calculate mean, Std. Dev., etc.

Thanks so much for all your help,
Drose

"Ron de Bruin" wrote:

> Hi drose
>
> It is possible to do this
>
> You can adapt example 2 on the same page
>
> --
>
> Regards Ron de Bruin
> http://www.rondebruin.nl/tips.htm
>
>
> "drose" <(E-Mail Removed)> wrote in message news:063C49AB-9CDE-49B4-88AE-(E-Mail Removed)...
> > Thanks Ron de Bruin,
> > I got the macro to run and copy the data over but only if I selected the
> > folder and then the worksheet to be copied. Is there a way that the macro
> > would detect whenever a new worksheet is added to this folder and then would
> > copy only from the new worksheet?
> > Thanks,
> > Drose
> >
> > "Ron de Bruin" wrote:
> >
> >> Hi drose
> >>
> >> You can start with this macro that create links for you
> >> http://www.rondebruin.nl/summary2.htm
> >>
> >> If you want to do it for all worksheets in each workbook post back
> >>
> >>
> >> --
> >>
> >> Regards Ron de Bruin
> >> http://www.rondebruin.nl/tips.htm
> >>
> >>
> >> "drose" <(E-Mail Removed)> wrote in message news:71711226-F878-44CD-A703-(E-Mail Removed)...
> >> > I'm sure this would take VBA but I need to copy the values in cells B1, D1,
> >> > K1, D4, E4, F4, I4, J4, K4 for each worksheet put into folder A to a
> >> > worksheet (column A through I) in Folder B. Is this possible?
> >> >
> >>

>

 
Reply With Quote
 
drose
Guest
Posts: n/a
 
      7th Dec 2007
Hi Ron de Buin,
I actually now realize that what I should of been saying is that I need to
copy from workbooks in a folder that are used as forms with data on them in
the cells mentioned and copy these cells to a summary workbook. Any help
with code would be greatly appreciated.
Thanks,
drose

"Ron de Bruin" wrote:

> Hi drose
>
> It is possible to do this
>
> You can adapt example 2 on the same page
>
> --
>
> Regards Ron de Bruin
> http://www.rondebruin.nl/tips.htm
>
>
> "drose" <(E-Mail Removed)> wrote in message news:063C49AB-9CDE-49B4-88AE-(E-Mail Removed)...
> > Thanks Ron de Bruin,
> > I got the macro to run and copy the data over but only if I selected the
> > folder and then the worksheet to be copied. Is there a way that the macro
> > would detect whenever a new worksheet is added to this folder and then would
> > copy only from the new worksheet?
> > Thanks,
> > Drose
> >
> > "Ron de Bruin" wrote:
> >
> >> Hi drose
> >>
> >> You can start with this macro that create links for you
> >> http://www.rondebruin.nl/summary2.htm
> >>
> >> If you want to do it for all worksheets in each workbook post back
> >>
> >>
> >> --
> >>
> >> Regards Ron de Bruin
> >> http://www.rondebruin.nl/tips.htm
> >>
> >>
> >> "drose" <(E-Mail Removed)> wrote in message news:71711226-F878-44CD-A703-(E-Mail Removed)...
> >> > I'm sure this would take VBA but I need to copy the values in cells B1, D1,
> >> > K1, D4, E4, F4, I4, J4, K4 for each worksheet put into folder A to a
> >> > worksheet (column A through I) in Folder B. Is this possible?
> >> >
> >>

>

 
Reply With Quote
 
Ron de Bruin
Guest
Posts: n/a
 
      7th Dec 2007
Hi Drose

Yes it is possible what you want but I have no time on this moment to change the
macro for you.
I flag this thread and try to get back to you next week(end)

--

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


"drose" <(E-Mail Removed)> wrote in message news:CBE8CADF-8E1A-4019-8C2B-(E-Mail Removed)...
> Hi Ron de Buin,
> I actually now realize that what I should of been saying is that I need to
> copy from workbooks in a folder that are used as forms with data on them in
> the cells mentioned and copy these cells to a summary workbook. Any help
> with code would be greatly appreciated.
> Thanks,
> drose
>
> "Ron de Bruin" wrote:
>
>> Hi drose
>>
>> It is possible to do this
>>
>> You can adapt example 2 on the same page
>>
>> --
>>
>> Regards Ron de Bruin
>> http://www.rondebruin.nl/tips.htm
>>
>>
>> "drose" <(E-Mail Removed)> wrote in message news:063C49AB-9CDE-49B4-88AE-(E-Mail Removed)...
>> > Thanks Ron de Bruin,
>> > I got the macro to run and copy the data over but only if I selected the
>> > folder and then the worksheet to be copied. Is there a way that the macro
>> > would detect whenever a new worksheet is added to this folder and then would
>> > copy only from the new worksheet?
>> > Thanks,
>> > Drose
>> >
>> > "Ron de Bruin" wrote:
>> >
>> >> Hi drose
>> >>
>> >> You can start with this macro that create links for you
>> >> http://www.rondebruin.nl/summary2.htm
>> >>
>> >> If you want to do it for all worksheets in each workbook post back
>> >>
>> >>
>> >> --
>> >>
>> >> Regards Ron de Bruin
>> >> http://www.rondebruin.nl/tips.htm
>> >>
>> >>
>> >> "drose" <(E-Mail Removed)> wrote in message news:71711226-F878-44CD-A703-(E-Mail Removed)...
>> >> > I'm sure this would take VBA but I need to copy the values in cells B1, D1,
>> >> > K1, D4, E4, F4, I4, J4, K4 for each worksheet put into folder A to a
>> >> > worksheet (column A through I) in Folder B. Is this possible?
>> >> >
>> >>

>>

 
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
copy/pasting data into a worksheet and then sorting worksheet Pierrette T Microsoft Excel Programming 0 11th Nov 2009 03:23 AM
Copy data in multiple worksheet tabs into one worksheet Bob Microsoft Excel Programming 2 15th Feb 2008 03:01 PM
Get data from all workbooks in a folder. Paste into my worksheet. =?Utf-8?B?SmVyZW15IFIu?= Microsoft Excel Programming 8 13th Jun 2007 05:41 PM
How to save a single worksheet as worksheet name in new folder?? Simon Lloyd Microsoft Excel Programming 4 16th May 2006 03:12 PM
copy data in a cell from worksheet A to worksheet B =?Utf-8?B?cmFqZXNo?= Microsoft Excel Misc 1 21st Feb 2006 07:40 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:09 AM.