hello,
I have a macro containing this code
Range("a4").Select
ActiveCell.FormulaR1C1 = "=COUNTIF(R[1]C:R[" & x & "]C," & y & ")"
Where
x = 6
and y = " "
this should result in de formula countif(a5:a10;"") however it doen't
How do I add a blank to this kind of string?
thanx
steven
I have a macro containing this code
Range("a4").Select
ActiveCell.FormulaR1C1 = "=COUNTIF(R[1]C:R[" & x & "]C," & y & ")"
Where
x = 6
and y = " "
this should result in de formula countif(a5:a10;"") however it doen't
How do I add a blank to this kind of string?
thanx
steven