ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Macros to copy formulas (https://www.excelbanter.com/excel-programming/371485-macros-copy-formulas.html)

[email protected]

Macros to copy formulas
 
I am in need of 2 macros that will accomplish the following:

MACRO #1:
From the active column I need to automatically copy over a set of

formulas from the column to the left of the active column.
+ The row numbers where the source cell of the formula to be copied
don't change.
+ The columns need to be flexible based on the active cell (1 column to
the left of the active cell should be copied 1 column over).
+ I need to be able to change the active cell / column and have the
formula operate on the column to the left.
+ Example: Active cell is B1. Copy formulas in cells A5, A9 and A15
over to cells B5, B9 and B15. If I move active cell to C1, need to copy
formulas from column B to C.

MACRO #2:
Perform the same step as macro 1 PLUS offset the external row
references in this formula by 7 (column stays the same)

Example:
Cell A20 in Sheet 1 has this formula: =sum(sheet2$B10:$B17)
Active cell is B1
Macro should copy formula from A20 to B20 AND change formula to:
=sum(sheet2$B18:$B24)

Thanks!


[email protected]

Macros to copy formulas
 
anyone?


NickHK

Macros to copy formulas
 
Range("a1").copy range("a2") ?
..HasFomula, .Formula ?

NickHK

wrote in message
oups.com...
anyone?





All times are GMT +1. The time now is 12:10 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com