How to add a VBA function to an Excel file in C# -


my c# program creates excel file, want file have vba function (so user change without rerunning program). how can this?

perhaps using openxml sdk 2.0.

and parts of this answer on stackoverflow.


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -