{"id":14070830,"url":"https://github.com/rfl808/Notify","last_synced_at":"2025-07-30T08:32:54.493Z","repository":{"id":225098595,"uuid":"325830129","full_name":"rfl808/Notify","owner":"rfl808","description":"A simple module that uses windows notify api to send messages to the user.","archived":false,"fork":false,"pushed_at":"2021-04-03T20:42:15.000Z","size":27,"stargazers_count":10,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-04T12:41:27.421Z","etag":null,"topics":["vba","vba-excel","winapi"],"latest_commit_sha":null,"homepage":"","language":"VBA","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rfl808.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-12-31T15:50:57.000Z","updated_at":"2024-08-20T00:16:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"3c441035-4fda-4194-a347-f577dd79d5be","html_url":"https://github.com/rfl808/Notify","commit_stats":null,"previous_names":["rfl808/notify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rfl808/Notify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfl808%2FNotify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfl808%2FNotify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfl808%2FNotify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfl808%2FNotify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rfl808","download_url":"https://codeload.github.com/rfl808/Notify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfl808%2FNotify/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267835669,"owners_count":24151825,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["vba","vba-excel","winapi"],"created_at":"2024-08-13T07:08:07.200Z","updated_at":"2025-07-30T08:32:54.097Z","avatar_url":"https://github.com/rfl808.png","language":"VBA","readme":"# How to Install\n\nOpen your workbook in Excel.\nPress Alt + F11 to open Visual Basic Editor (VBE).\nRight-click on your workbook name in the \"Project-VBAProject\" pane (at the top left corner of the editor window) and select Insert -\u003e Module from the context menu.\nCopy the VBA notify code and paste it to the right pane of the VBA editor (\"Module1\" window).\nOr just download and add the notify.bas file to your workbook.\n\n# Syntax\n\ntoast (titleMessage, [infoMessage], [flagOfMessage])\n\n#  Flags for the balloon message..\nNone = 0\n\nInformation = 1\n\nExclamation = 2\n\nCritical = 3\n\n\n# Example\n\ntoast \"Hello World\", \"from Excel\",1\n\nIt is possible to use emojis such as 😍\n![image](https://user-images.githubusercontent.com/73585766/113490931-a1cbcc00-94a3-11eb-9a13-18b8fe8b335f.png)\n\nJust convert it to chrW code\n\ntoast ChrW(-10179) \u0026 Chrw(-8691), \"from Excel\"\n\n![](https://github.com/rfl808/Notify/blob/main/mytoast.JPG)\n","funding_links":[],"categories":["VBA"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frfl808%2FNotify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frfl808%2FNotify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frfl808%2FNotify/lists"}