Forum Discussion
Michell246
Sep 17, 2019Copper Contributor
Runtime Error 91 VBA
I am having trouble debugging this error code. I did not write the code. Not sure what to do.
1 Reply
- Subodh_Tiwari_sktneerSilver Contributor
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.