VB editor for word pops up???

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
A couple of questions. Does your code use VB extensibility (VB code to write
VB code)? Does your code compile (Debug -> Compile)?
 
Back
Top