Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default How do I combine many worsheets into one worksheet??

Hello,

I have many worksheets that I need to combine into a master sheet. The data
in each sheet is different and the number of rows and columns are different
in each sheet and there are no headers or anything like that, just numbers is
each sheet.
I saw there was a macro on here and tried to copy and paste it but it gave
me a compile error so I am stuck. Can anyone tell me how to get all these
numbers from multiple worksheets into one worksheet. Thanks.

Teri

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,123
Default How do I combine many worsheets into one worksheet??

See this page Teri
http://www.rondebruin.nl/copy2.htm

Copy the macro in a normal module

See how on this page
http://www.rondebruin.nl/code.htm


--

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


"Teric506" wrote in message ...
Hello,

I have many worksheets that I need to combine into a master sheet. The data
in each sheet is different and the number of rows and columns are different
in each sheet and there are no headers or anything like that, just numbers is
each sheet.
I saw there was a macro on here and tried to copy and paste it but it gave
me a compile error so I am stuck. Can anyone tell me how to get all these
numbers from multiple worksheets into one worksheet. Thanks.

Teri

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default How do I combine many worsheets into one worksheet??

I was hoping you would reply. I found your macro, I did a copy and paste but
when I go to run the macro I get a compile error. Now I am new to macros so I
am probably doing something wrong.

Teri

"Ron de Bruin" wrote:

See this page Teri
http://www.rondebruin.nl/copy2.htm

Copy the macro in a normal module

See how on this page
http://www.rondebruin.nl/code.htm


--

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


"Teric506" wrote in message ...
Hello,

I have many worksheets that I need to combine into a master sheet. The data
in each sheet is different and the number of rows and columns are different
in each sheet and there are no headers or anything like that, just numbers is
each sheet.
I saw there was a macro on here and tried to copy and paste it but it gave
me a compile error so I am stuck. Can anyone tell me how to get all these
numbers from multiple worksheets into one worksheet. Thanks.

Teri


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,123
Default How do I combine many worsheets into one worksheet??

Hi Teri

Have you copy the macro in a standard module and also the function Lastrow ?


--

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


"Teric506" wrote in message ...
I was hoping you would reply. I found your macro, I did a copy and paste but
when I go to run the macro I get a compile error. Now I am new to macros so I
am probably doing something wrong.

Teri

"Ron de Bruin" wrote:

See this page Teri
http://www.rondebruin.nl/copy2.htm

Copy the macro in a normal module

See how on this page
http://www.rondebruin.nl/code.htm


--

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


"Teric506" wrote in message ...
Hello,

I have many worksheets that I need to combine into a master sheet. The data
in each sheet is different and the number of rows and columns are different
in each sheet and there are no headers or anything like that, just numbers is
each sheet.
I saw there was a macro on here and tried to copy and paste it but it gave
me a compile error so I am stuck. Can anyone tell me how to get all these
numbers from multiple worksheets into one worksheet. Thanks.

Teri


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default How do I combine many worsheets into one worksheet??

I copied it in a standard module using your last row sample but changed it to
your line to copy all cells with data on the sheet. That gave me the error so
I deleted the macro and started over but did not change your macro and came
up with the same error.

"Ron de Bruin" wrote:

Hi Teri

Have you copy the macro in a standard module and also the function Lastrow ?


--

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


"Teric506" wrote in message ...
I was hoping you would reply. I found your macro, I did a copy and paste but
when I go to run the macro I get a compile error. Now I am new to macros so I
am probably doing something wrong.

Teri

"Ron de Bruin" wrote:

See this page Teri
http://www.rondebruin.nl/copy2.htm

Copy the macro in a normal module

See how on this page
http://www.rondebruin.nl/code.htm


--

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


"Teric506" wrote in message ...
Hello,

I have many worksheets that I need to combine into a master sheet. The data
in each sheet is different and the number of rows and columns are different
in each sheet and there are no headers or anything like that, just numbers is
each sheet.
I saw there was a macro on here and tried to copy and paste it but it gave
me a compile error so I am stuck. Can anyone tell me how to get all these
numbers from multiple worksheets into one worksheet. Thanks.

Teri





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,123
Default How do I combine many worsheets into one worksheet??

Send me your test workbook private then i take a look


--

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


"Teric506" wrote in message ...
I copied it in a standard module using your last row sample but changed it to
your line to copy all cells with data on the sheet. That gave me the error so
I deleted the macro and started over but did not change your macro and came
up with the same error.

"Ron de Bruin" wrote:

Hi Teri

Have you copy the macro in a standard module and also the function Lastrow ?


--

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


"Teric506" wrote in message ...
I was hoping you would reply. I found your macro, I did a copy and paste but
when I go to run the macro I get a compile error. Now I am new to macros so I
am probably doing something wrong.

Teri

"Ron de Bruin" wrote:

See this page Teri
http://www.rondebruin.nl/copy2.htm

Copy the macro in a normal module

See how on this page
http://www.rondebruin.nl/code.htm


--

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


"Teric506" wrote in message ...
Hello,

I have many worksheets that I need to combine into a master sheet. The data
in each sheet is different and the number of rows and columns are different
in each sheet and there are no headers or anything like that, just numbers is
each sheet.
I saw there was a macro on here and tried to copy and paste it but it gave
me a compile error so I am stuck. Can anyone tell me how to get all these
numbers from multiple worksheets into one worksheet. Thanks.

Teri



  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default How do I combine many worsheets into one worksheet??

Thank you so much, I just emailed it to you.

Teri

"Ron de Bruin" wrote:

Send me your test workbook private then i take a look


--

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


"Teric506" wrote in message ...
I copied it in a standard module using your last row sample but changed it to
your line to copy all cells with data on the sheet. That gave me the error so
I deleted the macro and started over but did not change your macro and came
up with the same error.

"Ron de Bruin" wrote:

Hi Teri

Have you copy the macro in a standard module and also the function Lastrow ?


--

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


"Teric506" wrote in message ...
I was hoping you would reply. I found your macro, I did a copy and paste but
when I go to run the macro I get a compile error. Now I am new to macros so I
am probably doing something wrong.

Teri

"Ron de Bruin" wrote:

See this page Teri
http://www.rondebruin.nl/copy2.htm

Copy the macro in a normal module

See how on this page
http://www.rondebruin.nl/code.htm


--

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


"Teric506" wrote in message ...
Hello,

I have many worksheets that I need to combine into a master sheet. The data
in each sheet is different and the number of rows and columns are different
in each sheet and there are no headers or anything like that, just numbers is
each sheet.
I saw there was a macro on here and tried to copy and paste it but it gave
me a compile error so I am stuck. Can anyone tell me how to get all these
numbers from multiple worksheets into one worksheet. Thanks.

Teri




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
duplicating worsheets Don Excel Worksheet Functions 2 November 28th 06 07:11 PM
Is it possible to combine two worsheets into one Pivot Table? Diane13 Excel Worksheet Functions 2 August 3rd 06 07:16 PM
Link worsheets in Excel Djasabe Excel Worksheet Functions 2 June 2nd 06 08:15 PM
Connecting Worsheets when there is a filter [email protected] Excel Discussion (Misc queries) 0 May 4th 06 04:38 PM
Linking 2 Worsheets Mike_C Links and Linking in Excel 3 August 10th 05 11:14 PM


All times are GMT +1. The time now is 03:29 PM.

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

About Us

"It's about Microsoft Excel"