Skip to content
View guwidoe's full-sized avatar
  • EFS Consulting
  • Vienna
  • 08:31 (UTC +02:00)
Block or Report

Block or report guwidoe

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. VBA-StringTools VBA-StringTools Public

    Useful methods for cross platform interaction with Unicode strings in VBA.

    VBA 14 6

  2. PeopleDistributor PeopleDistributor Public

    Algorithm to distribute a given number of people into groups multiple times, so that the number of people that meet each other gets maximized.

    C++ 5 1

  3. VBA Function to get the local path o... VBA Function to get the local path of a OneDrive/SharePoint synchronized Microsoft Office file
    1
    'Attribute VB_Name = "GetLocalOneDrivePath"
    2
    '
    3
    ' Cross-platform VBA Function to get the local path of OneDrive/SharePoint
    4
    ' synchronized Microsoft Office files (Works on Windows and on macOS)
    5
    '