optional argument

G

Guest

I have a function and would like to optionally pass in the name of a form.
For other optional arguments, I use something like

Optional lngNumber as long = 0

Since a form is an object and needs to be set, can I use this as an optional
argument and if so, how do I set it (what's the syntax)?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top