How to insert formula in FormulaR1C1 format with quotes in it
Q- How to insert formula in FormulaR1C1 format with quotes (" ") in it
A- Use Double Quotes in the formula.
Range("B6", Cells(lng_lastrow_2, 2)).FormulaR1C1 = "=TEXT(RC[2],""MMM"")"
Q- How to insert formula in FormulaR1C1 format with quotes (" ") in it
A- Use Double Quotes in the formula.
Range("B6", Cells(lng_lastrow_2, 2)).FormulaR1C1 = "=TEXT(RC[2],""MMM"")"
Comments
Post a Comment