View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ALEX ALEX is offline
external usenet poster
 
Posts: 493
Default Relative Range in a Formula

I have a relative range that I need to capture in a SUM formula, recording
the macro gives me this. Is there a way to capture the true range?


This is what's in my SUB...
ActiveCell.FormulaR1C1 = "=SUM(R[-66]C:R[-1]C)"

Thanks!!