GithubHelp home page GithubHelp logo

hwillemen / excel2021-ltsc-with-365-functions Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 138 KB

Excel 365 functions for Excel 2021 LTSC: TEXTSPLIT,TEXTBEFORE,TEXTAFTER and TOCOL,TOROW,VSTACK,HSTACK

VBScript 100.00%

excel2021-ltsc-with-365-functions's Introduction

Introduction

This repo contains VBA code for Excel2021 to integrate some very useful Excel365 functions.
The worksheet contains the CodeModule in the VBA editor and also has sheets to test the different corner cases of these functions.
Definitely check out these tests if you require a more exotic parameter/feature/behavior.
Excel365-func.vbs contains a copy of the code for easy access and so that Git systems detect the vbs language.

support:

  • TEXTSPLIT -> only ignore_empty is not yet supported
  • TEXTBEFORE -> Fully supported but behaves different (more logical?) if delimiter is not found with match_end
  • TEXTAFTER -> Fully supported but behaves different (more logical?) if delimiter is not found with match_end
  • TOCOL -> Fully supported
  • TOROW -> Fully supported
  • VSTACK -> Fully supported
  • HSTACK -> Fully supported
  • WRAPROWS -> No plan (yet) to support
  • WRAPCOLS -> No plan (yet) to support
  • TAKE -> No plan (yet) to support
  • DROP -> No plan (yet) to support
  • CHOOSECOLS -> No plan (yet) to support
  • CHOOSEROWS -> No plan (yet) to support
  • EXPAND -> No plan (yet) to support

Other useful functions:

  • ArraySize -> checks if input is an array and if so returns the size. A Range is not 100% compatible so throws a specific error.
  • ToArray -> converts the input to an array, returns the 1st size like ArraySize() but also ArrayInfo for 1st and 2nd dimension.
  • ResizeArray -> Works like a Redim Preserve but on all dimensions, not just 1 like Redim Preserve
    See the TOCOL,TOROW,... sheet for examples.
  • SortUnique -> WIP: for conveniant filtering on blanks, on unique and sorting

excel2021-ltsc-with-365-functions's People

Contributors

hwillemen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.