1
When you write the formula of a function by VBA, and add some excel formula, it increments a @ before the formula automatically. For example:
Selection = "=SOMA(A1)"
In the spreadsheet formula bar it is =@SOMA(A1) and does not run. Does anyone know how to get this automatic@ out? Thanks.