Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You would have to have Visual Basic installed and use VB script.
"Cleiton" wrote: 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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you're coding in .net why can't you just rewrite the function in that
language (whichever one you're using) ? Tim "Cleiton" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VB Code Or Macros | New Users to Excel | |||
Macros/vba Code | Excel Discussion (Misc queries) | |||
Code to Enable Macros | Excel Programming | |||
macros or code | Excel Programming | |||
Macros inside macros, and pasting into macro code. | Excel Programming |