Team LiB
Previous Section Next Section

Summary

We now have examined the various ways procedures can be declared and called. You saw how to use optional parameters, as well as parameters that can be called specifically by name. We also distinguished between a sub and a function. Chapter 11 will have more to say about functions.

Finally, you used a procedure that incorporated objects from the ADOX library to create a table.

We are now going to turn our attention to handling errors (none of which are of our making…of course!).


Team LiB
Previous Section Next Section