I created an excel file using Smart Markers. When I open and then close it, Excel keeps asking to save even though I haven’t changed anything. I have used Smart Markers for a while now. I have never had this issue before. The only thing I did differently this time was I had set a few formulas like so:
cell.Formula = string.Format($"=SUM({c1}:{c2})");
Does the prompt have something to do with the formula setting? How can I get rid of the prompts?
Thank you!