{"id":14070682,"url":"https://github.com/VirtualActuary/MiscVBAFunctions","last_synced_at":"2025-07-30T08:31:39.556Z","repository":{"id":38194348,"uuid":"399853571","full_name":"VirtualActuary/MiscVBAFunctions","owner":"VirtualActuary","description":"A collection of standalone VBA functions to easily use in other projects.","archived":false,"fork":false,"pushed_at":"2024-02-27T14:53:50.000Z","size":788,"stargazers_count":5,"open_issues_count":9,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-13T07:18:14.601Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"VBA","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VirtualActuary.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-25T14:42:58.000Z","updated_at":"2024-03-06T13:40:32.000Z","dependencies_parsed_at":"2023-02-15T07:35:28.386Z","dependency_job_id":"afef0444-64a9-4b42-8af9-84f6e44ec44e","html_url":"https://github.com/VirtualActuary/MiscVBAFunctions","commit_stats":null,"previous_names":[],"tags_count":47,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VirtualActuary%2FMiscVBAFunctions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VirtualActuary%2FMiscVBAFunctions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VirtualActuary%2FMiscVBAFunctions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VirtualActuary%2FMiscVBAFunctions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VirtualActuary","download_url":"https://codeload.github.com/VirtualActuary/MiscVBAFunctions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228110708,"owners_count":17871214,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-13T07:08:02.357Z","updated_at":"2024-12-04T12:32:01.471Z","avatar_url":"https://github.com/VirtualActuary.png","language":"VBA","funding_links":[],"categories":["VBA"],"sub_categories":[],"readme":"# Misc VBA Functions\n\nA collection of standalone VBA functions to use in other projects.\n\n## Getting started\n\n1. Download and install the latest release from [Github](https://github.com/VirtualActuary/MiscVBAFunctions/releases).\n2. In your start menu, open MiscVba for the documentation.\n3. Download the template from the home page of the documentation.\n\n## Add your code\n\n1. Insert a new module in VBA\n2. Use prefix `Fn` to access the MiscVba functions. For example:\u003cbr\u003e\n`Set LO = Fn.GetLO(\"table\")`\n\n## Developer notes\n\nRead this is you are a developer contributing to MiscVba.\n\n### Compiling and decompiling\n\nThe code in this repo is stored in a decompiled state, as `.bas` files. This can be combined into a file called\n[MiscVBAFunctions.xlsb](MiscVBAFunctions.xlsb) using the [compile.cmd](compile.cmd) script. After editing\n[MiscVBAFunctions.xlsb](MiscVBAFunctions.xlsb), it can be decompiled back into `.bas` files using the\n[decompile.cmd](decompile.cmd) script.\n\n### Coding standards\n\n- See https://docs.google.com/spreadsheets/d/1nnPorllRq35TcZDrsksJLFC5HBvHUOkP3ihLK1sgVOI/edit#gid=2120525226\n- Run `black .` from the repo root regularly.\n- Run `mypy .` from the repo root regularly.\n\n### Running tests\n\nFrom the repo root:\n\n```\npython -m unittest\n```\n\n### Releasing a new version\n\n1. Ensure all tests pass and all coding standards are met.\n2. Update dependencies: `app-builder -d`\n3. Make a local release and test it: `app-builder -l`\n4. Make a release on GitHub: `app-builder -g`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FVirtualActuary%2FMiscVBAFunctions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FVirtualActuary%2FMiscVBAFunctions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FVirtualActuary%2FMiscVBAFunctions/lists"}