E
Edward Thrashcort
I am putting a code library together for a project I'm working on and I
wondered if this architecture may give me problems in the future...
I want my library module to be shareable with my other modules and forms but
invisible to a user who is Customising a Toolbar by adding a Macro.
I am therefore creating all the routines as Function calls rather than Sub's
I am not declaring them as Public.
Could this backfire on me?
Eddie
wondered if this architecture may give me problems in the future...
I want my library module to be shareable with my other modules and forms but
invisible to a user who is Customising a Toolbar by adding a Macro.
I am therefore creating all the routines as Function calls rather than Sub's
I am not declaring them as Public.
Could this backfire on me?
Eddie