Private forms and sheets
I am developing an Addin, and I am using
Option Private Module
to make some of my modules unreachable
for other projects, especially for the object browser.
When I openthe object browser in another project, it still
displays all the sheets and all forms in the addin project.
Is it possible to set forms and sheets to private also?
|