View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Laura G.[_2_] Laura G.[_2_] is offline
external usenet poster
 
Posts: 3
Default loading vba code in excel from within C#

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.