I have packaged my project and am trying to install it on other machines. The install process goes fine, but when I try to run it I get Run-time error '91':
Object variable or With block variable _ not set
I can install and run the program on my machine without a problem. Any thoughts as to how to prevent this would be greatly appreciated.
Do I need to trap the error number in the Form_Load of my start up form?
Thanks in advance,
Ken
Object variable or With block variable _ not set
I can install and run the program on my machine without a problem. Any thoughts as to how to prevent this would be greatly appreciated.
Do I need to trap the error number in the Form_Load of my start up form?
Thanks in advance,
Ken