Subject | English | Korean |
comp., MS | Macro Builder | 매크로 작성기 (The object tab in which you create and modify a macro) |
comp., MS | Macro Catalog | 매크로 카탈로그 (A catalog that is part of the Macro Designer and contains all available macros and actions) |
comp., MS | Macro Designer | 매크로 디자이너 (A feature that helps users to define logic for Access forms and tables that run in the browser) |
comp., MS | macro-enabled | 매크로 사용 (Pertaining to a file format that allows for VBA code. Examples of file extensions for macro-enabled formats are .docm, .pptm, .xlsm) |
comp., MS | Macro Explorer | 매크로 탐색기 (A window in the Visual Studio IDE that lists all macros available in the current solution) |
comp., MS | macro-free | 매크로 제외 (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) |
comp., MS | macro group | 매크로 그룹 (A collection of related macros that are stored together under a single macro name. The collection is often referred to simply as a macro) |
comp., MS | Macro Manager | 매크로 관리자 (A dialog that shows all the data macros in the database. Data macros can be deleted or renamed here) |
comp., MS | macro project | 매크로 프로젝트 (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) |
comp., MS | Macro window | 매크로 창 (The window in which you create and modify macros) |
comp., MS | menu bar macro | 메뉴 모음 매크로 (A macro containing AddMenu actions that you can use to create a custom menu bar or shortcut menu) |