View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jean-Yves[_2_] Jean-Yves[_2_] is offline
external usenet poster
 
Posts: 253
Default loading vba code in excel from within C#

Hi,

Just found in my data that Chip Pearson shows on his site how to do this.
Regards
JY
"Laura G." wrote in message
...
Hello,

I generate a new excel file from with code (C#), in this new excel I write
data, ... As a final step I need to call some code (formatting written as
a
macro and stored in a module.bas). I want to load this module dynamically
from within my newly created excel file, but I don't find how I can do
this.
Can anybody help me with this?

Thanks,
Laura G.