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.
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
Post a Comment