Microsoft Error Code 91 On My Computer

Asked By 0 points N/A Posted on -
qa-featured

I am using the Visual Basic software on my Windows PC. While using the application I got the error code 91 saying object variable is not set. What must be the problem? Please help. Thanks!

SHARE
Answered By 0 points N/A #297170

Microsoft Error Code 91 On My Computer

qa-featured

It looks like you have tried to use an object that has not been referenced. Hence it is not valid. First, assign a valid reference point to that object.

It might also be a possibility that you have tried to use an object that hasn’t been set yet. You have to re-specify the object.

Please make sure that the object exists in the object library. Specify the scope and visibility of the object.

Related Questions