Thread
:
Help with Dynamically changing Range in Excel Macro
View Single Post
#
4
Posted to microsoft.public.excel.misc
runsrealfast
external usenet poster
Posts: 14
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)
I think this is what I was looking for
Reply With Quote
runsrealfast
View Public Profile
Find all posts by runsrealfast