I am trying to just get excel to put the Number “6” into cell “F6” automatically using C#. I have been looking all over and I can’t find a straight answer. I referenced excel in my C# form already. Any help is greatly appreciated
using Excel = Microsoft.Office.Interop.Excel;
Cribbed from the online documentation:
Other valuable resources can be found in this question.