Forum home » Delegate support and help forum » Microsoft Access Training and help » access database courses - VBA Access
access database courses - VBA Access
Resolved · Low Priority · Version Standard
Celia has attended:
Access VBA course
VBA Access
What is the difference between public VB and Private VB
For upcoming training course dates see: Pricing & availability
RE: VBA Access
Hi Celia
Private VB means that that part of the code can not be accessed by any other code, thus everything is private.
Public VB means that everything can be accessed by other parts of the code, thus it is public.
Hope this helps
David
|
