Forum Discussion
hoacvxd
Dec 02, 2022Copper Contributor
How to remove @ character in formula in excel
I use C# to create formulas in excel and have encountered a problem: The formula always appears the @ character immediately after the = sign and the result always gives the error #VALUE!. After crea...
- Dec 02, 2022
HansVogelaar
Dec 02, 2022MVP
hoacvxd
Dec 02, 2022Copper Contributor
Thank you, after I switched to cells object and applied Formula2 this solved the problem.