I just struggling out with some VBA code.
Range("N1").Select
ActiveCell.Value = "One or more emails adresses?"
Range("N2").Select
ActiveCell.FormulaR1C1 = "=len(RC[-7])-len(substitute(RC[-7];""@"";""""))"
I just want insert to cell N2 formula: =LEN(G2)-LEN(SUBSTITUTE(G2;"@";""))
Where I had made a mistake? Thanks for any help