PC Review


Reply
Thread Tools Rate Thread

Combine several spreadsheets with multiple worksheets into 1 file

 
 
jydoug
Guest
Posts: n/a
 
      9th Apr 2010
Is their a way to combine several different spreadsheets with multiple
worksheets into one file. I want one large file that you can open and view
several different reports at the same time.
 
Reply With Quote
 
 
 
 
Luke M
Guest
Posts: n/a
 
      9th Apr 2010
See Ron's add-in:
http://www.rondebruin.nl/merge.htm

--
Best Regards,

Luke M
"jydoug" <(E-Mail Removed)> wrote in message
news:4B4D0BE2-B9E0-4B21-AEAB-(E-Mail Removed)...
> Is their a way to combine several different spreadsheets with multiple
> worksheets into one file. I want one large file that you can open and
> view
> several different reports at the same time.



 
Reply With Quote
 
jydoug
Guest
Posts: n/a
 
      9th Apr 2010
I guess my question wasn't clear. I don't want to Merge anything. I just
want to have one file to open with several diffent reports in the file.

"Luke M" wrote:

> See Ron's add-in:
> http://www.rondebruin.nl/merge.htm
>
> --
> Best Regards,
>
> Luke M
> "jydoug" <(E-Mail Removed)> wrote in message
> news:4B4D0BE2-B9E0-4B21-AEAB-(E-Mail Removed)...
> > Is their a way to combine several different spreadsheets with multiple
> > worksheets into one file. I want one large file that you can open and
> > view
> > several different reports at the same time.

>
>
> .
>

 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      10th Apr 2010
You question was clear to me and I believe to Luke.

You asked how to combine several workbooks and their worksheets into one
large workbook.

Luke pointed you to Ron's site for an add-in to help you.

I guess you did not have a look or................?

If you don't want the add-in and are a DIY person see Ron's site here.

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

Scroll down to copy/paste/merge examples and choose the code you need.



Gord Dibben MS Excel MVP

On Fri, 9 Apr 2010 10:51:02 -0700, jydoug <(E-Mail Removed)>
wrote:

>I guess my question wasn't clear. I don't want to Merge anything. I just
>want to have one file to open with several diffent reports in the file.
>
>"Luke M" wrote:
>
>> See Ron's add-in:
>> http://www.rondebruin.nl/merge.htm
>>
>> --
>> Best Regards,
>>
>> Luke M
>> "jydoug" <(E-Mail Removed)> wrote in message
>> news:4B4D0BE2-B9E0-4B21-AEAB-(E-Mail Removed)...
>> > Is their a way to combine several different spreadsheets with multiple
>> > worksheets into one file. I want one large file that you can open and
>> > view
>> > several different reports at the same time.

>>
>>
>> .
>>


 
Reply With Quote
 
jydoug
Guest
Posts: n/a
 
      12th Apr 2010
I downloaded the add-in, but it was not what I was looking to do, or maybe I
don't understand it. Let's say I have 2 different spreadsheets. One is for
sales, and it has 4 different tabs for each region (north, east, south,
west). The other spreadsheet is for Receivables. There is a separate tab
for each region (north, east, south, west). I want to send both of these
spreadsheets to my senior management. I want them to open the spreadsheet,
click on sales and be able to click on all 4 tabs. Also, I'd want them to be
able to do the same with receivables. The spreadsheets are independent of
each other and don't share any of the same information.

"Gord Dibben" wrote:

> You question was clear to me and I believe to Luke.
>
> You asked how to combine several workbooks and their worksheets into one
> large workbook.
>
> Luke pointed you to Ron's site for an add-in to help you.
>
> I guess you did not have a look or................?
>
> If you don't want the add-in and are a DIY person see Ron's site here.
>
> http://www.rondebruin.nl/tips.htm
>
> Scroll down to copy/paste/merge examples and choose the code you need.
>
>
>
> Gord Dibben MS Excel MVP
>
> On Fri, 9 Apr 2010 10:51:02 -0700, jydoug <(E-Mail Removed)>
> wrote:
>
> >I guess my question wasn't clear. I don't want to Merge anything. I just
> >want to have one file to open with several diffent reports in the file.
> >
> >"Luke M" wrote:
> >
> >> See Ron's add-in:
> >> http://www.rondebruin.nl/merge.htm
> >>
> >> --
> >> Best Regards,
> >>
> >> Luke M
> >> "jydoug" <(E-Mail Removed)> wrote in message
> >> news:4B4D0BE2-B9E0-4B21-AEAB-(E-Mail Removed)...
> >> > Is their a way to combine several different spreadsheets with multiple
> >> > worksheets into one file. I want one large file that you can open and
> >> > view
> >> > several different reports at the same time.
> >>
> >>
> >> .
> >>

>
> .
>

 
Reply With Quote
 
Ron de Bruin
Guest
Posts: n/a
 
      12th Apr 2010
There is no option in the add-in to copy sheets.
The reason for this is that Excel have a problem if you copy a lot of sheet into a new workbook.
http://support.microsoft.com/kb/210684/en-us

But I have code to do it for you here
http://www.rondebruin.nl/fso.htm



--

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



"jydoug" <(E-Mail Removed)> wrote in message news:4EB6C7F8-EFA8-49D6-8B56-(E-Mail Removed)...
> I downloaded the add-in, but it was not what I was looking to do, or maybe I
> don't understand it. Let's say I have 2 different spreadsheets. One is for
> sales, and it has 4 different tabs for each region (north, east, south,
> west). The other spreadsheet is for Receivables. There is a separate tab
> for each region (north, east, south, west). I want to send both of these
> spreadsheets to my senior management. I want them to open the spreadsheet,
> click on sales and be able to click on all 4 tabs. Also, I'd want them to be
> able to do the same with receivables. The spreadsheets are independent of
> each other and don't share any of the same information.
>
> "Gord Dibben" wrote:
>
>> You question was clear to me and I believe to Luke.
>>
>> You asked how to combine several workbooks and their worksheets into one
>> large workbook.
>>
>> Luke pointed you to Ron's site for an add-in to help you.
>>
>> I guess you did not have a look or................?
>>
>> If you don't want the add-in and are a DIY person see Ron's site here.
>>
>> http://www.rondebruin.nl/tips.htm
>>
>> Scroll down to copy/paste/merge examples and choose the code you need.
>>
>>
>>
>> Gord Dibben MS Excel MVP
>>
>> On Fri, 9 Apr 2010 10:51:02 -0700, jydoug <(E-Mail Removed)>
>> wrote:
>>
>> >I guess my question wasn't clear. I don't want to Merge anything. I just
>> >want to have one file to open with several diffent reports in the file.
>> >
>> >"Luke M" wrote:
>> >
>> >> See Ron's add-in:
>> >> http://www.rondebruin.nl/merge.htm
>> >>
>> >> --
>> >> Best Regards,
>> >>
>> >> Luke M
>> >> "jydoug" <(E-Mail Removed)> wrote in message
>> >> news:4B4D0BE2-B9E0-4B21-AEAB-(E-Mail Removed)...
>> >> > Is their a way to combine several different spreadsheets with multiple
>> >> > worksheets into one file. I want one large file that you can open and
>> >> > view
>> >> > several different reports at the same time.
>> >>
>> >>
>> >> .
>> >>

>>
>> .
>>

 
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
combine multiple spreadsheets into one workbook Jen Microsoft Excel Worksheet Functions 1 22nd Apr 2010 01:12 PM
Automate Combine 2 Spreadsheets into two worksheets =?Utf-8?B?VW5p?= Microsoft Excel Worksheet Functions 5 15th Nov 2007 12:41 PM
Copy data from multiple worksheets to worksheets in a number of other spreadsheets SteveH Microsoft Excel Discussion 5 6th Nov 2006 06:59 PM
How do I combine spreadsheets and documents in one file? =?Utf-8?B?VHJpc2g=?= Microsoft Excel Misc 2 25th Aug 2005 11:28 PM
Combine Multiple Spreadsheets CCourtois Microsoft Excel Worksheet Functions 3 7th Oct 2003 09:38 PM


Features
 

Advertising
 

Newsgroups
 


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