Help with Dynamically changing Range in Excel Macro
On Jul 16, 2:56 pm, "Bob Phillips" wrote:
NumRows = 1006
Range("R2").FormulaR1C1 = "=VALUE(RC[-1])"
Range("R2").AutoFill Destination:=Range("R2:R" & NumRows)
BTW. I tested it and it worked.
Thanks
John
|