macro Runtime Error

D

Dave 2005

Hi

I have a macro that will run ok about 5 times out of 10. I would like to
know why this is happening

Run-time error '91': object variable or with block variable not set.

Thanks in advance
 
J

JE McGimpsey

It's because you're trying to use an object variable that isn't set.

Anything more would require that you post the macro.
 
Top