Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello all,
I have a few number of excel templates that are to contain the same vb modules. The difference between them is just in presentation. Whe updating the code in one template, this should be reflected in th other templates. I have tried to write a vb program to export the vb modules from the master template and then import into the others. Th problem is that they all have a password set to lock the vba project. Hence when I try to access the associated vba projec (wb.vbprofect.vbcomponents("Module1").Export) are get an error as th vb project is password protected. I know the password, so is ther anyway of programmatically passing the password so as to open th vbproject? Maybe through the .VBE object? Thanks for any help you can offer!! Cheers, Richar -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
protected project | Excel Discussion (Misc queries) | |||
VBA project is protected | Excel Discussion (Misc queries) | |||
Password protected VBA project | New Users to Excel | |||
Excell VBA Project Password? | Excel Discussion (Misc queries) | |||
Forgot Project Password | Excel Programming |