Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need a macro that will copy formulas in various cells from one
worksheet to another onto the same cell on the new worksheet. I want to leave cells with values alone. Example (with formulas showing): Sheet1: A B C D 3 4 5 =sum(A1:C1) Sheet2: A B C D 7 6 5 18 Run Macro: Sheet2 now reads: A B C D 7 6 5 =sum(A1:C1) I know how to find the formulas in Sheet1, but I can't figure out how to copy them into the correct cells on Sheet2 leaving all the others as is. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VB Script to copy incremental data from one sheet of workbook to o | Excel Discussion (Misc queries) | |||
Macro to copy values then delete row for entire sheet | New Users to Excel | |||
Macro to find matching date and copy values to another sheet | Excel Discussion (Misc queries) | |||
Copy Macro values to new sheet | New Users to Excel |