About 728,000 results
Open links in new tab
  1. Macro (computer science) - Wikipedia

    In computer programming, a macro (short for " macro instruction "; from Greek μακρο - 'long, large'[1]) is a rule or pattern that specifies how a certain input should be mapped to a replacement output. Applying a macro to an input is known as macro expansion. The input and output may be a sequence of lexical tokens or characters, or a syntax tree.

  2. What is VBA? The Excel Macro Language - Automate Excel

    Mar 2, 2020 · VBA is human-readable (and editable) programming code that gets generated when you record a macro. When you run a macro it’s this code that Excel reads to replay your actions. The following is a series of frequently asked questions about VBA, with answers for both newcomers to Excel macros and seasoned programmers.

  3. Introduction into Macro Programming - ImageJ Wiki

    See the summary of supported languages, as well as the Overcoming limitations section below. The most important concept when starting to program macros are variables. A variable is a placeholder for a changing entity. It has a name and a value, which can …

  4. Macroprogramming - Wikipedia

    In computer science, macroprogramming is a programming paradigm aimed at expressing the macroscopic, global behaviour of an entire system of agents or computing devices. [1]

  5. Language reference for Visual Basic for Applications (VBA)

    Provides information to help you understand Visual Basic programming. Provides information about UserForms and controls, and how to program with them by using Visual Basic. Describes useful common procedures (for example, how to use the Object Browser or how to set Visual Basic Environment options).

  6. AutoHotkey

    AutoHotkey is a free, open-source scripting language for Windows that allows users to easily create small to complex scripts for all kinds of tasks such as: form fillers, auto-clicking, macros, etc. Is it good for me? AutoHotkey has easy to learn built-in commands for beginners.

  7. Getting started with VBA in Office | Microsoft Learn

    Jun 7, 2022 · Are you having difficulty figuring out how to get your contacts from Microsoft Outlook into a Microsoft Excel spreadsheet efficiently? You can perform these tasks and accomplish a great deal more by using Visual Basic for Applications (VBA) for Office—a simple, but powerful programming language that you can use to extend Office applications.

  8. Category:Macro programming languages - Wikipedia

    This category lists macro computer languages. The following 12 pages are in this category, out of 12 total. This list may not reflect recent changes.

  9. Introduction to macro language - IBM

    This chapter introduces the basic macro concept: what you can use the macro facility for, how you can prepare your own macro definitions, and how you call these macro definitions for processing by the assembler. Macro language is an extension of assembler language.

  10. Macro Programming Language - ImageJ Wiki

    Image's built-in macro programming language can be used to automate complex or repetitive tasks. Macros are similar to Pascal procedures, except the procedure keyword is replaced by "macro" and the procedure heading is a text string that becomes a command in the Special menu when the macro is loaded.

Refresh