Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a source sheet ( which will change often) and a data entry sheet will
will be updated almost everyday. When the source sheet changes it will change vaules in the data entry sheet. I want to extract the vaules only out of the data entry sheet every time it is updated into a main archive sheet in a user friendly way. All sheets staying in the same workbook. I recorded a macro to copy and paste the same rows and columns out of the data entry sheet and into the archive sheet. But the vaules paste into the same location everytime. I want the user to click into a row of their choice (next empty one) and click on a macro button to paste all new vaules into the archive. What do I need to change in this macro to make it work .. Thanks, Barb Sub Copyandpaste() ' ' Copyandpaste Macro ' Macro recorded 7/29/2005 by BSchwarz ' ' Keyboard Shortcut: Ctrl+Shift+C ' Range("A2:M395").Select Selection.Copy Sheets("KanbanOrders").Select Range("A2").Select ActiveSheet.Paste Range("N35").Select End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
find and add vaules | Excel Worksheet Functions | |||
If no value in a1 how do I get a2 a3 a4 a5 a6 a7 a8 not to show their vaules | Excel Worksheet Functions | |||
Truning 0 vaules red | Excel Worksheet Functions | |||
unique vaules | Excel Programming | |||
Update info in a worksheet dinamically when a drop box change its vaules | Excel Programming |