Okay, I wrote some code in a workbook (moving stuff from excel to word) that
remains in my temp directory. Now, everytime I open a new workbook, VB
editor for both word and excel open automatically. I've checked all the
usual suspects (all projects/modules viewable after opening a new workbook),
I can find no 'code' that's executing this functionality. Does anyone have
any suggestions?
Jim Thomlinson - 21 Feb 2006 17:55 GMT
A couple of questions. Does your code use VB extensibility (VB code to write
VB code)? Does your code compile (Debug -> Compile)?

Signature
HTH...
Jim Thomlinson
> Okay, I wrote some code in a workbook (moving stuff from excel to word) that
> remains in my temp directory. Now, everytime I open a new workbook, VB
> editor for both word and excel open automatically. I've checked all the
> usual suspects (all projects/modules viewable after opening a new workbook),
> I can find no 'code' that's executing this functionality. Does anyone have
> any suggestions?