Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there any way to to change this macro so that every time it is run the row
is changed? Here is the macro: Range("C1").Select ActiveCell.FormulaR1C1 = "=Master!R[3]C" Range("E4").Select ActiveCell.FormulaR1C1 = "='Riverview East Owners'!R[0]C[-1]" Range("E5").Select ActiveCell.FormulaR1C1 = "='Liberty House Condominium'!R[-1]C[-1]" Range("E6").Select I want to tweak it so that when it is run the product would look like this If I were to write the macro to illustrate the change: Range("C1").Select ActiveCell.FormulaR1C1 = "=Master!R[4]C" Range("E4").Select ActiveCell.FormulaR1C1 = "='Riverview East Owners'!R[1]C[-1]" Range("E5").Select ActiveCell.FormulaR1C1 = "='Liberty House Condominium'!R[0]C[-1]" Range("E6").Select And then the next time it is run the product would look like this (As if the macro was written this way) Range("C1").Select ActiveCell.FormulaR1C1 = "=Master!R[5]C" Range("E4").Select ActiveCell.FormulaR1C1 = "='Riverview East Owners'!R[2]C[-1]" Range("E5").Select ActiveCell.FormulaR1C1 = "='Liberty House Condominium'!R[1]C[-1]" Range("E6").Select I dont want to have to physically change the row numbers in the macro everytime it is run. I want it to do it on its own. Can anyone help? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to shift to next row | Excel Worksheet Functions | |||
HELP: Setting CNTL-SHIFT-F to invoke Excel2007 macro | Excel Discussion (Misc queries) | |||
help with VB/Macro to shift cells | Excel Discussion (Misc queries) | |||
help with VB/Macro to shift cells | Excel Discussion (Misc queries) | |||
how to use shift and down arrow keys in a macro? | Excel Worksheet Functions |