Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jens Ravens
 
Posts: n/a
Default taking two worksheets together

Hi,
I have this problem:
I have a worksheet as a table of books in our school library. Today we
typed the whole table in. To make this faster we used 2 Computers. Now
we have 2 tables, each with parts of tha data. How can we make 1 table
out of them? Please Help me.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
SiC
 
Posts: n/a
Default taking two worksheets together

Sounds like you just need to highlight table 2, copy it, and paste it to the
bottom of table 1. Then you can sort and format the combined table as you
wish.

-Simon

"Jens Ravens" wrote:

Hi,
I have this problem:
I have a worksheet as a table of books in our school library. Today we
typed the whole table in. To make this faster we used 2 Computers. Now
we have 2 tables, each with parts of tha data. How can we make 1 table
out of them? Please Help me.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jens Ravens
 
Posts: n/a
Default taking two worksheets together


That woun't work. The problem is, that in table1 for example A1, A8 and
A4628 have data, in table2 A2, A23, A477. So if I paste table 2 in table
1, the data of table on disappears.
Sounds like you just need to highlight table 2, copy it, and paste it to the
bottom of table 1. Then you can sort and format the combined table as you
wish.

-Simon

"Jens Ravens" wrote:

Hi,
I have this problem:
I have a worksheet as a table of books in our school library. Today we
typed the whole table in. To make this faster we used 2 Computers. Now
we have 2 tables, each with parts of tha data. How can we make 1 table
out of them? Please Help me.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jens Ravens
 
Posts: n/a
Default taking two worksheets together

I have found something myself:

Public Sub buch_uebertragen()
Dim uebertrag(1 To 10) As String
Dim i As Integer
Dim j As Integer
For i = 1 To 5000
If ActiveCell.Offset(i - 1, 0).Value = "" Then
Sheets("book2").Activate
For j = 1 To 10
uebertrag(j) = ActiveCell.Offset(i - 1, j - 1).Value
Next
Sheets("book").Activate
For j = 1 To 10
ActiveCell.Offset(i - 1, j - 1).Value = uebertrag(j)
Next
End If
Next
End Sub
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
Copy Worksheets from one Workbook to Another halem2 Excel Worksheet Functions 3 March 25th 06 06:04 AM
Adding same cells across multiple worksheets LACA Excel Worksheet Functions 2 January 19th 06 03:21 PM
Changing a Link Mid-way Across Worksheets Frosty Excel Worksheet Functions 0 August 25th 05 12:03 AM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
HELP! How do you--> Lock a set of rows but also link worksheets to FRUSTRATED Excel Discussion (Misc queries) 6 December 29th 04 10:05 PM


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