View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
runsrealfast runsrealfast is offline
external usenet poster
 
Posts: 14
Default 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