Question : How to create a Installation file for a VBA project

How can we create an Install File like in VB6 ("Package & Deployment Wizard") but for VBA?

Current VBA version is 6.5

Answer : How to create a Installation file for a VBA project

I suggest, that if you know where the files need to go and what to update with in the system, you can use a freeware piece of software called Inno Setup compiler, which will allow you to build, rather easily, a setup.exe program.  If your VBA needs DLLs registered on the system it can handle that and registry read/writes and the whole 9 yeards. I love it. But make sure you get the Tools as well, it gives you a nice drag and drop gui that makes life easy. Even creates an uninstaller too, if you like.

 Anyway the site for inno is located here:
http://www.innosetup.com/

 You want to download the ISPack (quick start kit) and make sure to install the ISTool editor, that's the GUI add on.
Random Solutions  
 
programming4us programming4us