I have been working on a project using Word and VBA. Everything has
been going great, but suddenly when I try to access my code by opening
the Word document, and selecting 'Tools-Macro-Visual Basic Editor',
Word just locks up. If I don't try to open the vb editor, my vba code
runs just find. What could cause this, and most importantly, how do I
get to my code?? I have tried re-booting my computer, and also have
tried opening a generic Word doucument, then going to the Visual Basic
Editor (works fine), then opening my document (at which point Word
freezes). I have about 80 hours into this project! And I have NOT
locked the code, so that shouldn't be an issue. Any help would be
greatly appreciated.

TIA.

Re: Help! Word crashes when I try to view my vba code by Raymond

Raymond
Fri Aug 15 17:00:15 CDT 2003

I have no idea about the cause but one thing you can try is selecting
Tools >Templates and Add-Ins and the click on Organizer ... (that's in Word
97)

The rightmost tab (Macro Projet Items) allows you to copy your modules.

Hope this helps,
Raymond



"Anne" <anne@clint-comes.net> wrote in message
news:ffa0695b.0308151157.1391600d@posting.google.com...
> I have been working on a project using Word and VBA. Everything has
> been going great, but suddenly when I try to access my code by opening
> the Word document, and selecting 'Tools-Macro-Visual Basic Editor',
> Word just locks up. If I don't try to open the vb editor, my vba code
> runs just find. What could cause this, and most importantly, how do I
> get to my code?? I have tried re-booting my computer, and also have
> tried opening a generic Word doucument, then going to the Visual Basic
> Editor (works fine), then opening my document (at which point Word
> freezes). I have about 80 hours into this project! And I have NOT
> locked the code, so that shouldn't be an issue. Any help would be
> greatly appreciated.
>
> TIA.