Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I know how to do a basic macro. But how would I tell a macro to copy a
formula to rows 11, 22, 33, and so on in a large spreadsheet? |
#2
![]() |
|||
|
|||
![]()
Hi
maybe something like sub foo() dim i for i = 11 to 99 step 11 cells(i,1).formulaR1C1="=R[0]C[1]*2" next i end sub -- Regards Frank Kabel Frankfurt, Germany "MsAmethyst" schrieb im Newsbeitrag ... I know how to do a basic macro. But how would I tell a macro to copy a formula to rows 11, 22, 33, and so on in a large spreadsheet? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro does not run when data refreshed | Excel Discussion (Misc queries) | |||
Moving down one row in a macro | New Users to Excel | |||
Record Macro Relative does not work? | Excel Discussion (Misc queries) | |||
Executing macro for all worksheet from a different worksheet | New Users to Excel | |||
Macro and If Statement | Excel Discussion (Misc queries) |