Object variable or With block variable not set error in vb help me any one
Object variable or With block variable not set
Page 1 of 11 Replies - 1466 Views - Last Post: 03 March 2010 - 10:47 PM
Replies To: Object variable or With block variable not set
#2
Re: Object variable or With block variable not set
Posted 03 March 2010 - 10:47 PM
This error typically arises when you try to use a method of an object you have not actually set to an object or has been set to nothing. You may have defined a variable of a specific object type, but did you remember to actually set the variable to an object? Is it still in scope? Set a breakpoint on the line that is erroring for you and check the object being used to make sure it actually exists.
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote




|