{"id":14070828,"url":"https://github.com/dnissim/VBA_Progress-Bar","last_synced_at":"2025-07-30T08:32:57.031Z","repository":{"id":225098579,"uuid":"341235952","full_name":"dnissim/VBA_Progress-Bar","owner":"dnissim","description":"An easy to use VBA userform for visualizing macro progress.","archived":false,"fork":false,"pushed_at":"2021-02-24T14:40:51.000Z","size":45,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-04T12:41:27.643Z","etag":null,"topics":["progress-bar","progressbar","userform","userforms","vba","vba-excel"],"latest_commit_sha":null,"homepage":"","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/dnissim.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}},"created_at":"2021-02-22T14:55:32.000Z","updated_at":"2024-03-21T08:35:49.000Z","dependencies_parsed_at":"2024-02-29T08:52:11.061Z","dependency_job_id":null,"html_url":"https://github.com/dnissim/VBA_Progress-Bar","commit_stats":null,"previous_names":["dnissim/vba_progress-bar"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dnissim/VBA_Progress-Bar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnissim%2FVBA_Progress-Bar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnissim%2FVBA_Progress-Bar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnissim%2FVBA_Progress-Bar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnissim%2FVBA_Progress-Bar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dnissim","download_url":"https://codeload.github.com/dnissim/VBA_Progress-Bar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnissim%2FVBA_Progress-Bar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267835677,"owners_count":24151827,"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":["progress-bar","progressbar","userform","userforms","vba","vba-excel"],"created_at":"2024-08-13T07:08:07.140Z","updated_at":"2025-07-30T08:32:56.750Z","avatar_url":"https://github.com/dnissim.png","language":"VBA","funding_links":[],"categories":["VBA"],"sub_categories":[],"readme":"# VBA Progress Bar\nThis is an easy to use VBA userform for visualizing macro progress.\n\n![VBA Progress Bar Demo](assets/progressbar_demo.gif)\n\n## Installation\n1. Download source files from \\src directory (`frmProgressbar.frm` and `.frx`) and save in the same local directory\n2. From the Visual Basic Editor import `frmProgressbar.frm` (the `.frx` file with automatically come with it)\n\n## Usage\n### Show/Hide\nLike most forms:\n`frmProgressBar.Show` to show the progress bar.\n`Unload frmProgressBar` to close the progress bar when you're done with it.\n`frmProgressBar.Hide` to temporarily hide the progress bar but keep the changes.\n\n### Update\nThere are 3 methods to update the appearance of the progress bar:\n1. `frmProgressBar.Progress`\n2. `frmProgressBar.Recaption`\n3. `frmProgressBar.SetBarColor`\n\n#### Progress\nThis method updates the length of the bar and can update the caption at the same time.  Intended to be used in a loop.\n\nArguments:\n- `currentItem`: The current iteration number\n- `totalItems`: The total iteration count\n- `strUpperText`: *Optional* string for the upper caption\n- `strLowerText`: *Optional* string for the lower caption\n\n#### Recaption\nThis method only updates the captions, but does not affect the progress bar itself.\n\n\nArguments:\n- `strUpperText`: *Optional* string for the upper caption\n- `strLowerText`: *Optional* string for the lower caption\n\nIf no argument is provided the caption will remain unchanged.  Provide a null string if you want the caption to be blank.\n\n#### SetBarColor\nThis method changes the color of the progress bar.\n[Colors codes can be determined here](https://www.google.com/search?q=color+picker).\n\nThe method can accept colors as hex codes in the format [`\u0026H00000000\u0026`](https://www.thespreadsheetguru.com/the-code-vault/hex-color-codes-for-vba-userforms) or from the [RGB(255,255,255) function](https://docs.microsoft.com/en-us/office/vba/language/reference/user-interface-help/rgb-function).\n\nArguments:\n- `barColor` - *Optional* Value representing desired progress bar color.\n\nIf the method is used and no `barColor` value is provided, the progress bar will default back to light green.\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n[MIT](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnissim%2FVBA_Progress-Bar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdnissim%2FVBA_Progress-Bar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnissim%2FVBA_Progress-Bar/lists"}