dee-u

Thanks for the example

===============
si:

Still using VB5, but will check out optional as other than variant. VB5 docs only indicate variant


Re: VB5 IsMissing Help
Returns a Boolean value indicating whether an optional Variant argument has been passed to a procedure.
-----------
Re: Error Handler
Thanks -- had already caught it and our code is identical. Checked all error handlers in program, and "believe it or not -- found only 1 other that needed work. Also reworked the posted procedure.

-----------

Just for kicks, kept the "On Error" call in the posted procedure but commented out the actual error handler code to see if it would error in the calling procedure(s). As of today -- no errors logged from ANY of the calling procedures. Go Figure!!