Q
Question Boy
how can I validate if a variable is set in my code?
set olApp = ....
How can i check that this line ran properly and actually set the variable?
IsNull, IsEmpty,Ismissing,... what should I use in this case?
QB
set olApp = ....
How can i check that this line ran properly and actually set the variable?
IsNull, IsEmpty,Ismissing,... what should I use in this case?
QB