Runtime error After form is closed

  • Thread starter Thread starter George Hester
  • Start date Start date
It's hard to tell where you're getting that error. Seems like Form Initialization is too
soon. Try Form_Load

--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep it in the groups..


Getting this error:

Runtime error '91'
Object variable or With block not set.

Now I know this seems trivial. Here's the code:

http://www.vbdesign.net/expresso/archive/topic/549.html

But for the life of me I cannot figure out where this is happening. I do Call LoadForm on
the Form's Initialization.
 
Back
Top