enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Visual Basic for Applications - Wikipedia

    en.wikipedia.org/wiki/Visual_Basic_for_Applications

    VBA can, however, control one application from another using OLE Automation. For example, VBA can automatically create a Microsoft Word report from Microsoft Excel data that Excel collects automatically from polled sensors. VBA can use, but not create, ActiveX/COM DLLs, and later versions add support for class modules.

  3. Numeric precision in Microsoft Excel - Wikipedia

    en.wikipedia.org/wiki/Numeric_precision_in...

    The Double data type is 8 bytes, the Integer data type is 2 bytes, and the general purpose 16 byte Variant data type can be converted to a 12 byte Decimal data type using the VBA conversion function CDec. [12] Choice of variable types in a VBA calculation involves consideration of storage requirements, accuracy and speed.

  4. Microsoft Excel - Wikipedia

    en.wikipedia.org/wiki/Microsoft_Excel

    Microsoft Excel is a spreadsheet editor developed by Microsoft for Windows, macOS, Android, iOS and iPadOS.It features calculation or computation capabilities, graphing tools, pivot tables, and a macro programming language called Visual Basic for Applications (VBA).

  5. Primitive data type - Wikipedia

    en.wikipedia.org/wiki/Primitive_data_type

    In computer science, primitive data types are a set of basic data types from which all other data types are constructed. [1] Specifically it often refers to the limited set of data representations in use by a particular processor , which all compiled programs must use.

  6. Visual Basic (.NET) - Wikipedia

    en.wikipedia.org/wiki/Visual_Basic_(.NET)

    Also, two important data-type changes occurred with the move to VB.NET: compared to Visual Basic 6, the Integer data type has been doubled in length from 16 bits to 32 bits, and the Long data type has been doubled in length from 32 bits to 64 bits. This is true for all versions of VB.NET.

  7. VBScript - Wikipedia

    en.wikipedia.org/wiki/VBScript

    VBScript is used in place of VBA as the macro language of Outlook 97. VBScript can be effectively used for automating day to day office tasks as well as monitoring in the Windows-based environment. It can also be used in collaboration with ADODB ActiveX Data Objects (ADODB) for effective database connectivity.

  8. Visual Basic (classic) - Wikipedia

    en.wikipedia.org/wiki/Visual_Basic_(classic)

    It is not a clone of Visual Basic, but it does have the ability to convert Visual Basic programs to Gambas. LotusScript is a VBA variant available in Lotus SmartSuite and Lotus Notes. Later versions of Corel WordPerfect Office implement access to VBA as one of the macro/scripting languages, the other major ones being CorelScript and PerfectScript.

  9. Macro (computer science) - Wikipedia

    en.wikipedia.org/wiki/Macro_(computer_science)

    Data sub-languages and domain-specific languages Next, macros make it possible to define data languages that are immediately compiled into code, which means that constructs such as state machines can be implemented in a way that is both natural and efficient. [25] Binding constructs Macros can also be used to introduce new binding constructs.