Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/DaanV2/Vba-Standard-Files

These are my standard files that I use for programming in Vba for Excel/Word/Solidworks/etc most of them are used to create a more Vb.net feel to them then everything
https://github.com/DaanV2/Vba-Standard-Files

json json-parser vba vba-excel vba-macros vba-modules vba-snippets vba-word xml xml-parser

Last synced: about 2 months ago
JSON representation

These are my standard files that I use for programming in Vba for Excel/Word/Solidworks/etc most of them are used to create a more Vb.net feel to them then everything

Awesome Lists containing this project

README

        

# Vba-Standard-Files
These are my standard files that I use for programming in Vba for Excel/Word/Solidworks/etc
most of them are used to create a more Vb.net feel to them then everything

## General Content
### Modules

* mCollection
* mExcel
* mFile
* Checks if the given file exists
* mProcess
* Can detect if a given process is running
* mStringFunctions
* Contains .Net like functions for string such as: Contains, Find, EndWith, Remove, and TrimText
* mZip
* Can unzip the given zipfile

## Specialized Content

* Xml Reading and Writing
* Json Reading and Writing