Copy rows to total page
Solved/Closed
Tom
-
Feb 12, 2010 at 10:52 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 12, 2010 at 03:51 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 12, 2010 at 03:51 PM
Hello,
I have an Excel spreadsheet with 13 worksheets. The first 12 worksheets are January through December. The 13th worksheet is a total. Each worksheet has identical columns and rows.
In all worksheets, there are about 10 columns like Date, Name, Address, Account Number, Department, Employee Name, etc...
What I am trying to do is enter the information in each monthly worksheet and have the data I'm entering automatically copied to the total worksheet. The total worksheet would contain all the data entered. I'd have a monthly breakdown, but the total page contains all transactions.
I have all the worksheets set up, but can't come up with the code to do the copy. Any suggestions, please?
I have an Excel spreadsheet with 13 worksheets. The first 12 worksheets are January through December. The 13th worksheet is a total. Each worksheet has identical columns and rows.
In all worksheets, there are about 10 columns like Date, Name, Address, Account Number, Department, Employee Name, etc...
What I am trying to do is enter the information in each monthly worksheet and have the data I'm entering automatically copied to the total worksheet. The total worksheet would contain all the data entered. I'd have a monthly breakdown, but the total page contains all transactions.
I have all the worksheets set up, but can't come up with the code to do the copy. Any suggestions, please?
Related:
- Copy rows to total page
- Total copy - Download - File management
- Total war warhammer 3 free download - Download - Strategy
- Total video converter free download - Download - Video converters
- K7 total security download - Download - Antivirus
- How to delete a row in a table in word - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Feb 12, 2010 at 12:02 PM
Feb 12, 2010 at 12:02 PM
With macro it can be done. But why have 13 sheets ? why not have one sheet from the start where you enter all your transactions, have a column there for month (if not already there) and then if you want to see some monthly transaction, just filter on that month ?
Feb 12, 2010 at 12:19 PM
Different people will get the monthly forms that have the titles January, February, etc... and the manager gets the total page.
Feb 12, 2010 at 03:51 PM
Assumptions.
1. The sheets are names Jan, Feb, ....
2. The Master sheet is called Master
3. The column 1 does not have blank value (it is used to find the max number of rows)
4. There are no more than 11 columns
5. Master sheet already have header row.