Hi asnoble, what is the exact error you are getting?
You could try debugging the Macro:
On the Tools menu, point to Macro, and then click Macros
Click the macro, and then click Step Into.
When you click Step Into, the Visual Basic Editor opens with the first line of code in the macro highlighted and with program execution halted.
Press F8 in the Editor to execute the first line of code and step to the next
Repeat this procedure until you find the line of code that is causing the error, then try to logically work out why it is happening . . .