I have seen other people out there with this issue and the answer generally is why do you even need that many macros. I think my situation is different so allow me to explain:
I am in the IT dept for a car manufacturer. We have 65 dealers associated with us. Each week I pull an excel report, manipuate the data and it is linked to an access data base.
In access, I have 65 queries(1 for each dealer) and 65 reports(generated from those queries.
I have 65 macros. Each does a sendobject to a particular email address and attaches that dealers reporting numbers. Each macro runs the next macro until all are completed. Unfortunately after 20 I get the error that a macro cannot call itself more than 20 times. There are 65 different macros. Even by placing them in a Macro Group doesn't resolve it. Does anyone have he answer and/or can anyone tell me if using the repeat expression and count will resolve and what I out in repeat expression.
Adam
I am in the IT dept for a car manufacturer. We have 65 dealers associated with us. Each week I pull an excel report, manipuate the data and it is linked to an access data base.
In access, I have 65 queries(1 for each dealer) and 65 reports(generated from those queries.
I have 65 macros. Each does a sendobject to a particular email address and attaches that dealers reporting numbers. Each macro runs the next macro until all are completed. Unfortunately after 20 I get the error that a macro cannot call itself more than 20 times. There are 65 different macros. Even by placing them in a Macro Group doesn't resolve it. Does anyone have he answer and/or can anyone tell me if using the repeat expression and count will resolve and what I out in repeat expression.
Adam