Forum Discussion
Jesper_Hostrup_Hansen
Mar 07, 2024Copper Contributor
Excel functions automatically being prefixed by @
I have a problem with Excel workbooks being populated via OLE: if I insert e.g. "SUM(A1:A5)", Excel converts it to "@SUM(A1:A5)". And it doesn't work because I am saving as .xls. It seems to be rela...
JKPieterse
Silver Contributor
How are you writing that formula to Excel exactly? And why save as xls, a format that was superseded 17 years ago?
Jesper_Hostrup_Hansen
Mar 07, 2024Copper Contributor
JKPieterse Actually, I don't think it matters whether I write to .xls or .xlsx. In the program I simply enter the SUM function in the cell. Afterwards when I open the sheet, Excel has changed it to @SUM. Then I get a #NAME error. When I change @SUM to SUM using global replace, everything is OK again.
- JKPieterseMar 07, 2024Silver ContributorYou haven't answered my first question?