Runtime Error 91 VBA

Copper Contributor

I am having trouble debugging this error code.  I did not write the code.  Not sure what to do.

1 Reply

@Michell246 

What's the code?

When you get a runtime error, an error window pops up with options to End or Debug. When that window pops up, click on Debug and that will take you to the line causing that error and highlight it with yellow color. Examine that line and make sure that each object being used in that line is properly set.