Detail on formula language bug

  • Thread starter Thread starter Stef C
  • Start date Start date
S

Stef C

Here is my line of code (do not hesitate to tell me if
you see a more efficient way)

ActiveCell.FormulaR1C1 = "=SUM(R[6]C[-11]:R[70]C[-11])"
Range("Q8").Select
Selection.AutoFill Destination:= _
Range("Q8:FY8"),Type:=xlFillDefault

I will try your technique (formula, not formulaR1C1)...

Thanks for the fast reply
 
Hi,

I just execute your code without changing anything, and it worked fine. Excel shows localized equivalent of SUM function in the cells.


--
Regards

Haldun Alay

To e-mail me, please remove AT and DOT from my e-mail address.



"Stef C" <[email protected]>, iletide sunu yazdi Here is my line of code (do not hesitate to tell me if
you see a more efficient way)

ActiveCell.FormulaR1C1 = "=SUM(R[6]C[-11]:R[70]C[-11])"
Range("Q8").Select
Selection.AutoFill Destination:= _
Range("Q8:FY8"),Type:=xlFillDefault

I will try your technique (formula, not formulaR1C1)...

Thanks for the fast reply
 
Back
Top