DOes anyone know how to pass a null pointer/empty string(are they the same?) to a function?
I've tried
open(null)
open("")
but none work.
Thanks.
Printable View
DOes anyone know how to pass a null pointer/empty string(are they the same?) to a function?
I've tried
open(null)
open("")
but none work.
Thanks.
try this:
open(vbNullString)
Michael Vlastos
Automation Engineer
Company SouthGate Hellas SA
Development Department
Athens, Greece
Finally!!
Thanks loads.