Other Library compilation to hide subs used internally

Markos

Active Member
Licensed User
Longtime User
Hi All

If in a class we have those subs that we want visible for use and other subs referenced or called by those subs that we dont want users calling.

How do we treat with that?
 

Markos

Active Member
Licensed User
Longtime User
Hi All

If in a class we have those subs that we want visible for use and other subs referenced or called by those subs that we dont want users calling.

How do we treat with that?

My question was answered .. use Private instead of Public in declaring my Subs
 
Upvote 0
Top