Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

access database courses - vba access

Forum home » Delegate support and help forum » Microsoft Access Training and help » access database courses - VBA Access

access database courses - VBA Access

ResolvedVersion Standard

Celia has attended:
Access VBA course

VBA Access

What is the difference between public VB and Private VB

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

Access tip:

Display current date & time in column of any width

The worksheet function =NOW() returns the current date & time. When entered into a column which is not wide enough to display the value NOW returns, the cell displays ###

View all Access hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.1 secs.