Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rkapl123/cmdlogaddin
Excel Addin for Cmdline parsing and Logging
https://github.com/rkapl123/cmdlogaddin
Last synced: 4 days ago
JSON representation
Excel Addin for Cmdline parsing and Logging
- Host: GitHub
- URL: https://github.com/rkapl123/cmdlogaddin
- Owner: rkapl123
- License: gpl-3.0
- Created: 2019-12-19T15:50:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-30T16:24:47.000Z (over 2 years ago)
- Last Synced: 2024-08-13T07:18:27.406Z (3 months ago)
- Language: Visual Basic .NET
- Size: 3.34 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![License](https://img.shields.io/github/license/rkapl123/CmdLogAddin.svg)](https://github.com/rkapl123/CmdLogAddin/blob/master/LICENSE)
# CmdLogAddin
Excel Addin that allows you to parse Excel's Cmdline and start any Macro that is contained either inside the started Workbook, a startup loaded Addin or outside.
Additionally, a logging possibility is provided by retrieving a logger object in VBA (set log = CreateObject("LogAddin.Logger")) and using this to
provide logging messages using 5 levels:- log.Fatal (like log.Error but quits Excel)
- log.Error (also can send Mails, if desired)
- log.Warn
- log.Info
- log.DebugDetails see https://rkapl123.github.io/CmdLogAddin/