DictionaryForumContacts

   English
Terms for subject Microsoft containing macro | all forms | exact matches only
EnglishGerman
Macro AssemblerMakroassembler (" An assembler that can perform macro substitution and expansion. The programmer can define a macro that consists of several statements and then use the macro name later in the program, thus avoiding having to rewrite the statements. For example, a macro called swap exchanges the values of two variables: After defining swap, the programmer can then insert an instruction such as "swap a, b" in the assembly language program. While assembling, the assembler replaces the instruction with the statements within the macro that swap the values of the variables a and b.")
Macro BuilderMakro-Generator (The object tab in which you create and modify a macro)
Macro CatalogMakrokatalog (A catalog that is part of the Macro Designer and contains all available macros and actions)
Macro DesignerMakro-Designer (A feature that helps users to define logic for Access forms and tables that run in the browser)
macro-enabledmit Makros (Pertaining to a file format that allows for VBA code. Examples of file extensions for macro-enabled formats are .docm, .pptm, .xlsm)
Macro ExplorerMakro-Explorer (A window in the Visual Studio IDE that lists all macros available in the current solution)
macro-freeohne Makros (Pertaining to a file format that does not allow for VBA code. Office 12 default file formats are macro-free. Examples of file extensions for macro-free formats are .docx, .pptx, .xlsx)
macro groupMakrogruppe (A collection of related macros that are stored together under a single macro name. The collection is often referred to simply as a macro)
macro languageMakrosprache (The collection of macro instructions recognized by a given macro processor)
Macro ManagerMakro-Manager (A dialog that shows all the data macros in the database. Data macros can be deleted or renamed here)
macro projectMakroprojekt (A collection of components, including forms, code, and class modules, that make up a macro. Macro projects created in Microsoft Visual Basic for Applications can be included in add-ins and in most Microsoft office programs)
Macro windowMakrofenster (The window in which you create and modify macros)
menu bar macroMenüleistenmakro (A macro containing AddMenu actions that you can use to create a custom menu bar or shortcut menu)
menu macroMenümakro (A macro group that contains the macros for the menu's commands)