Getting vba code (macros)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Does somebody know how to get vba codes (macros) from Excel files without
Excel installed in the machine? We're developing a important project and we
need a function (to call in .net) that only returns a string with the vba
code of an Excel file. Is there any way or component to make this?

Thanks
 
If you're coding in .net why can't you just rewrite the function in that
language (whichever one you're using) ?

Tim
 
Back
Top