Skip to content

Instantly share code, notes, and snippets.

@guwidoe
guwidoe / GetLocalOneDrivePath.bas.vb
Last active July 18, 2024 06:38
VBA Function to get the local path of a OneDrive/SharePoint synchronized Microsoft Office file
'Attribute VB_Name = "GetLocalOneDrivePath"
'
' Cross-platform VBA Function to get the local path of OneDrive/SharePoint
' synchronized Microsoft Office files (Works on Windows and on macOS)
'
' Author: Guido Witt-Dörring
' Created: 2022/07/01
' Updated: 2024/07/08
' License: MIT
'
@wqweto
wqweto / mdJson.bas
Last active January 13, 2024 18:43
JSON parsing/dumping functions with JSON path support for VB6 and VBA
'=========================================================================
'
' https://github.com/Unicontsoft/UcsFiscalPrinters/blob/master/src/UcsFP20/Shared/mdJson.bas
' JSON parsing and dumping functions with JSON path support
'
'=========================================================================
Option Explicit
DefObj A-Z
Private Const MODULE_NAME As String = "mdJson"