i recently created a macro for fun and out of ignorance that mimics a
virus it is an autoexec in word it ends the program when you end the
macro how do i find the file to delete the macro or do i have to delete
and reinstall word
Charles Kenyon - 15 Apr 2006 05:45 GMT
I'm tempted to just keep quiet and let you spend more time learning.
With Word closed, try finding and renaming the normal.dot file to
normalold.dot.
Recorded macros are stored in normal.dot by default.

Signature
Charles Kenyon
Word New User FAQ & Web Directory: http://addbalance.com/word
Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide
See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!
My criminal defense site: http://addbalance.com
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
>i recently created a macro for fun and out of ignorance that mimics a
> virus it is an autoexec in word it ends the program when you end the
> macro how do i find the file to delete the macro or do i have to delete
> and reinstall word
Jezebel - 15 Apr 2006 07:57 GMT
Switch to VBA. In the Project pane (top-left) expand normal.dot to display
its modules. If you have no macros that you want to keep, delete the
module(s) entirely. Otherwise, double click the module to display its
contents, search the contents for the code you don't want, select and
delete.
>i recently created a macro for fun and out of ignorance that mimics a
> virus it is an autoexec in word it ends the program when you end the
> macro how do i find the file to delete the macro or do i have to delete
> and reinstall word