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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:ISC License


Languages

Language:VBA 100.0%