A family of Microsoft relational database management systems designed for ease of use.
VBA error 91 means: "Object variable not set"
Somewhere in the procedure where this line runs, your code tries to work with an object variable that has not been set.
We'd have to see the entire procedure to be able to guide you further in that regard.