Showing 14 open source projects for "code vba"

View related business solutions
  • MongoDB 8.0 on Atlas | Run anywhere Icon
    MongoDB 8.0 on Atlas | Run anywhere

    Now available in even more cloud regions across AWS, Azure, and Google Cloud.

    MongoDB 8.0 brings enhanced performance and flexibility to Atlas—with expanded availability across 125+ regions globally. Build modern apps anywhere your users are, with the power of a modern database behind you.
    Learn More
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 1
    Rubberduck

    Rubberduck

    Every programmer needs a rubberduck. COM add-in for the VBA & VB6 IDE

    Rubberduck aims to bring the VBIDE into this century. Rubberduck understands Classic-VB code like no other add-in, giving it superior static code analysis capabilities that go far above and beyond what is possible with simple text-based analysis. Avoid common pitfalls (some not-so-common) with dozens (100+) of configurable inspections. Gain full control over module and member attributes, create a virtual folder hierarchy, and document modules and procedures, all with special comment annotations...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 2
    m2cgen

    m2cgen

    Transform ML models into a native code

    m2cgen (Model 2 Code Generator) - is a lightweight library that provides an easy way to transpile trained statistical models into a native code (Python, C, Java, Go, JavaScript, Visual Basic, C#, PowerShell, R, PHP, Dart, Haskell, Ruby, F#, Rust, Elixir). Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart, Haskell, Ruby, F#, Rust) with zero dependencies. Some models force input data to be particular type during prediction phase...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Free VCF file to CSV or Excel converter

    Excel VBA Script to convert VCF file with multiple entries to CSV file

    This is an Excel based VBA script used to import bulk .VCF files that contain more than 1 Vcard and then convert them to a comma separated .CSV file or Excel xls file that can then be imported into Outlook, Google, or any other application that supports import of contacts using CSV files. This has been written to support VCF 2.0, 2.1, 3.0 and 4.0 formatted files including those with printable encoding (MIME) and has been tested with bulk VCF files from Backupify, Google Contacts (Gmail...
    Downloads: 105 This Week
    Last Update:
    See Project
  • 4

    Excel Google Earth KML Creator

    Convert site coordinates, sectors and MW links in Excel to KML format

    ... purpose. Note that this VBA macro is not supported. If you want a copy of the source code, just email me (note that I do not check this mailbox often, so please be patient) Created by Stephen Froneman
    Downloads: 4 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    BERT

    BERT

    Connector for Excel and the programming languages R and Julia

    ... in real time, right from your R code. And (if you want), you can call R functions from VBA as well.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    Excel Timer

    Opens Excel files, waits for timer countdown, then closes the files.

    ... event may use a third party add-on to download data. The Workbook_BeforeClose event saves the downloaded data values (not formulas) to a separate file. The data download may take minutes to complete. However, trying to use VBA to perform the wait results in blocking the download operation. Example: OpenExcel.exe -File:c:\temp\data.xls -Visible -CloseSeconds:15 -ShowCountDown Note: the VBA code Application.OnTime Now + TimeValue("00:00:59"), "MethodName" may be an alternative solution.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    This is a program that will allow you to quickly print a three page per sheet handout in Microsoft powerpoint. The code should be saved first as a pptm file for future editting, and then as a ppam file, which can then be installed as an addon. Multiple buttons can be created using this code, much of which was written by Shyam Pillai in his PowerPoint Add-in FAQ.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Excel VBA Particle Swarm Optimization

    A small tool for optimization of complex problems.

    This is a Particle Swarm Optimization tool written in VBA for Excel. It is easy to modify in order to enable the users to code their own objective function, constraints and way to handle constraints. Published under licence CC-BY-SA 4.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Endico - Text Encrypt

    Endico - Text Encrypt

    Fastest way to make secure text.

    Help to convert text into secret codes , so that you can mail,chat and transfer text securely to prevent hacking. How to use : Step one - Open Endico 14 Step two - Decide what to do (Text Encode/Text Decode) Step three - If You Selected Text Encode -> Then Type/Copy/Open .txt file to convert. Step four - Copy the converted text into clipboard to chat,mail,print process etc. Step five - If you want to Decode the code the again follow step two. Step six...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Turn Your Content into Interactive Magic - For Free Icon
    Turn Your Content into Interactive Magic - For Free

    From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.

    Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
    Start Free Forever
  • 10

    SAP PI : MappingMaster

    MappingMaster - Way to SAP PI Mapping documentation

    MappingMaster is a simple Excel based application that helps generating SAP PI Mapping documentation. Although there are tools available already for this, there is something special about MappingMaster. For details, please check http://scn.sap.com/community/pi-and-soa-middleware/blog/2011/12/19/lets-excel-mappingmaster-is-here .
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    f2what

    Lapack/quadprog QP for VBA/.Net/Java

    F2what is an open source project to translate algorithmic fortran to a variety of languages (java, dotnet and VBA so far). It offers a Fortran77 parser with code transformations, variable disambiguation, and modular output to other programming languages. It also offers already translated versions of Lapack and quadprog to Java, .Net and VBA, to give access to SVD, LU, QR, Cholesky, eigenvalue decomposition, linear system solving and QP optimization in those three languages.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    This project intends to be a tool to allow the fast drawing of a sewer nets. This is a VBA program tha runs in BricsCad or //AutoCad// . Features: Node and Tube (well )add, edit and/or delete. Other drawing utilities. Saving in XML format.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 13
    Project has PHP code to copy the distance in km from routeplanners (anwb and google maps). The VBA code in the excel worksheet uses the php-application to use the copy the distance in km to Excel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    MiniTemplator is a compact template engine for HTML files. It's available in Java, PHP and Visual Basic (VB/VBA). It uses a simple syntax for template variables and blocks, supports nested blocks and is implemented as a single code module.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.