Zend certified PHP/Magento developer

don’t want to automatically add “@” symbol in excel formula

I am adding a formula using VBA in a excel cell and excel automatically adding a “@” symbol after the “=” sign.

this is the vba code.

enter image description here

It is putting the whole string as formula but also adds the @ symbol and the formula didn’t expand.

enter image description here

But if I manually remove the @ then the formula works as expencted.

enter image description here

Sorry for not adding screenshots using basic example.

How to tackle this problem. How to remove this “@” symbol using vba ??? And what is the function of this symbol?