Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello
Need some Help saving data to another sheet so I can Add all hours and payroll amount for each week and monthly The sheet i made is a schedule. The user pick the month and the week. So I am trying to save each week's hours to another sheet so I can add them up Thank you so much in advance for your help. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Mar 19, 12:42 pm, wrote:
Hello Need some Help saving data to another sheet so I can Add all hours and payroll amount for each week and monthly The sheet i made is a schedule. The user pick the month and the week. So I am trying to save each week's hours to another sheet so I can add them up Thank you so much in advance for your help. What I *think* you want is to copy the same range of cells to another sheet that accumulates the data over time. Basically what you should do is name the range you want to copy, then use your macro to copy that range to the destination. Figure it out by finding the first blank row on the accumulation sheet and pasting your data there. If you're copying more than one row of data and some are going to be blanks, then after your paste operation, it'd be wise to delete empty rows before exiting the macro. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I save data in shared spreadsheet? | Excel Worksheet Functions | |||
save Excel spreadsheet as XLS or XML? | Excel Discussion (Misc queries) | |||
How to save excel spreadsheet and word doc with one save | Excel Programming | |||
Save text of spreadsheet--without macros or data query | Excel Programming | |||
Macro to save excel XP spreadsheet to excel 97 spreadsheet format | Excel Programming |