Request for Question Clarification by
maniac-ga
on
07 Aug 2005 21:07 PDT
Hello Asapbob,
I am a little uncertain about the Exchange server connection as well,
but you should be able to do something like the following:
Open a word file.
Use the menu item
Tools -> Macros -> Visual Basic Editor
at this point, Visual Basic will start. Hopefully it will show a
window with your macros in it. On my system, I get a window labeled
"Normal - New Macros (code)"
where I can see the macros I have on my system (stored in the Normal
template file) but on your systems, this is not necessarily the case.
If the module window is shown, you can then copy / paste the new
macros over the old ones. Use the menu
File -> Save Normal
File -> Close and Return to Microsoft Word
to save the changes / get back to word.
If not, you will have to do something more to get to the old
(corrupted) macros. One method that "always works" for me is the
following sequence.
Tools -> Macro -> Macros
select one of the corrupt macros and then Step
at this point Visual Basic should run and the first part of the
corrupt macro will be displayed. Use menu
Run -> Reset
to stop execution and then copy / paste, save, and return to word as
described above.
Let me know if this does the job for you so I can post a complete
answer. If not, describe the problems you have so I can correct the
information provided.
--Maniac