Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Right now, I have the following line of code in a macro:
Range("B6:B129").FormulaR1C1 = _ "=YEAR(RC[-1])&TEXT(MONTH(RC[-1]),""00"")&TEXT(DAY(RC[-1]),""00"")" Now I want to generalize the reference to select, starting in cell B6, a range that is X rows long and Y rows wide (X and Y determined elsewhere). How to I change this code? Thanks, John |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
question about syntax in a simple macro... | Excel Discussion (Misc queries) | |||
Range Question (very simple) | Excel Programming | |||
Simple question - Named Range in Macro | Excel Programming | |||
Simple range reference question? | Excel Programming | |||
need help with simple syntax error | Excel Programming |