Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can I create multiple VBAProjects in an Excel Workbook?
If so, how? I want to distribute an Excel Workbook with a lot of VBA code. Most of the VBA code will be in a locked VBAProject so the user can use it but cannot see it. I want to provide sample VBA code in an unprotected project which the user can customize. For example, customize the contents and format of a report. Can I create multiple VBAProjects in an Excel Workbook and specify whether each project is locked or open? I've been able to do this ad hoc by creating a sample.xla addin. The user then has to explicitly save the sample.xla project whenever he makes changes, this creates another disk file which the user needs to worry about. I'd much rather have the multiple VBAProjects stored in a single excel file and saved in a single operation if possible. Please submit alternative solutions if you have a better method for providing locked and open code to users. A high usage requirement is simplicity. thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple user excel file | New Users to Excel | |||
Multiple accessing of an excel file | Excel Discussion (Misc queries) | |||
combine multiple excel file in to one excel file and multiple worksheet | Excel Discussion (Misc queries) | |||
combine multiple excel file in to one excel file and multiple worksheet | Excel Discussion (Misc queries) | |||
Unprotect VBAProjects using VBA | Excel Programming |