Microsoft Office products convert recorded Macros into Visual Basic code. This code can be read and hand edited using the VBA Editor available from the menus.
A macro is a series of commands that is recorded so it can be played back, or executed, later. There are a couple different ways to create Word macros: The first and easiest way is to use the macro recorder; the second way is to use VBA.
MICROSOFT. has written: 'MICROSOFT MACRO ASSEMBLER 5.1 REFERENCE'
it means Microsoft Macro Assembler
Microsoft Office documents
Macro in Microsoft Word
Macro viruses use Microsoft Word and Excel's capabilities to embed code and programs into the document. When the document is opened, the macro virus is executed and infects your computer.
Microsoft Word and similar applications.
All you need to do is edit the macro and remove the section you do not want in the macro. Excel 2007: From the Developer tab on the Menu ribbon, click on the Visual Basic icon in the Code section. See related links for a detailed tutor on how to edit an Excel macro.
The preprocessor (or precompiler) processes all the preprocessor directives and macro definitions within your source files. In other words it creates modified source files where all directives and macros are completely stripped out and replaced by their respective definitions. For instance, each #include statement in your source inserts the named header just as if you'd copy/pasted that entire header into your source. However, prior to insertion, the header itself must be preprocessed, thus it is the modified code that is physically inserted. Once inserted, the #include directive is removed from the modified source. Since the compiler works with modified source files (intermediate sources), the compiler never sees your macro definitions and therefore cannot help you debug them. A macro is a primitive text replacement system so if this creates invalid code, a compiler error occurs but the compiler cannot tell you where that error originated because it is processing code that does not exist in your source.
Original: .docFor 2007 and 2010 Microsoft Word new file formats were introduced:".docx" - Word Document".docm" - Word Macro-Enabled Document".dotx" - Word Template".dotm" - Word Macro-Enabled TemplateAdditional Supports:.dot.mht, .mhtml.xml.rtf.htm, .html.rtf.txt
You mean a macro virus? Macro viruses infect Microsoft Excel and Word documents. When the infected document is viewed, the virus is executed.
I've never had the virus myself, but i know alot about it just by reading about it on the internet. surch on google, "Macro Virus", and you will ge tones of grerat answers about the topic... personals i like the site riht off of Microsoft, surch Macro virus, and the fourth link down, is a great place to look.