Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Adam" wrote in message
... We currently have some code in an Add-in which I would like to put into source. Instead of putting the binary file into source, I would like to put the class files as text into source for versioning. Now the issue I then need to face is to create a process to import these class and module files into an add-in. Now I know I can probably create a vb app that can do this, but I am wondering if excel has any current functionality that can dynamically build an add-in from the command line for our build process. Or if there is anything else out there that can do it for us. Any suggestions would be appreciated. Hi Adam, Unfortunately, there's no way to do this automatically from Excel, so you'll have to write it yourself. The code cleaner add-in available on my web site has all of the logic required to export and import the VBComponents in an add-in to/from text files. You're welcome to have a look at the code and grab anything that's helpful. -- Rob Bovey, Excel MVP Application Professionals http://www.appspro.com/ * Take your Excel development skills to the next level. * Professional Excel Development http://www.appspro.com/Books/Books.htm |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Auto Numbering certificate generation | Excel Discussion (Misc queries) | |||
PostScript generation in c# | Excel Worksheet Functions | |||
Key Generation | Excel Discussion (Misc queries) | |||
Auto generation of 3 levels of running number | Excel Worksheet Functions | |||
Auto generation of 3 levels of running number | Excel Programming |