Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 587 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 587 Bytes

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