Wasn't aware of this Jimmy. When you add a formula to a cell in VBA, you always use English for the functions, but I guess not for the booleans.Originally Posted by JimmyTheHand
Can you try this for me
[vba]
ActiveCell.FormulaR1C1 = "=IF(A1=17,TRUE,FALSE)"
[/vba]
I know it is a rfubbish formula, but how does it map in your Excel?





Reply With Quote