{"id":51198214,"url":"https://github.com/schiste/excel-cell-formating","last_synced_at":"2026-06-27T22:31:28.760Z","repository":{"id":302892759,"uuid":"1013861320","full_name":"schiste/excel-cell-formating","owner":"schiste","description":"A VB macro that automatically clean up Excels to apply specific formating to cells. Green for constants (inputs) and Blue for Cells referecing other tabs. ","archived":false,"fork":false,"pushed_at":"2025-07-04T15:38:48.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-04T16:50:11.285Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schiste.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,"zenodo":null}},"created_at":"2025-07-04T15:32:41.000Z","updated_at":"2025-07-04T15:38:51.000Z","dependencies_parsed_at":"2025-07-04T17:02:39.001Z","dependency_job_id":null,"html_url":"https://github.com/schiste/excel-cell-formating","commit_stats":null,"previous_names":["schiste/excel-cell-formating"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/schiste/excel-cell-formating","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schiste%2Fexcel-cell-formating","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schiste%2Fexcel-cell-formating/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schiste%2Fexcel-cell-formating/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schiste%2Fexcel-cell-formating/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schiste","download_url":"https://codeload.github.com/schiste/excel-cell-formating/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schiste%2Fexcel-cell-formating/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34870654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-27T02:00:06.362Z","response_time":126,"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":[],"created_at":"2026-06-27T22:31:26.604Z","updated_at":"2026-06-27T22:31:28.754Z","avatar_url":"https://github.com/schiste.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📘 FormatCellsByCriteriaWithProgress\n\nAn optimized Excel VBA macro to format cells based on content with a built‑in progress indicator.\n\n---\n\n## 🎯 Overview\n\n- Clears all background colors.\n- Applies light green `#EBF1DE` to numeric constants.\n- Applies light blue `#B8CCE4` to formulas referencing other sheets **only if the result is numeric**.\n- Displays a dynamic progress bar in Excel’s Status Bar during execution.\n\n---\n\n## ⚙️ Requirements\n\n- Excel with VBA support (Windows or macOS).\n- No external dependencies.\n\n---\n\n## 🚀 Installation\n\n1. Open your `.xlsm` workbook.\n2. Press `⌘⌥F11` to open the VBA editor (or `Alt + F11` on Windows).\n3. Insert a new module.\n4. Paste the `FormatCellsByCriteriaWithProgress` macro into the module.\n5. Save the workbook as an **Excel Macro‑Enabled Workbook (`.xlsm`)**.\n\n---\n\n## ▶️ Usage\n\n1. Open the workbook.\n2. Press `⌘ + F8` (or `Alt + F8` on Windows).\n3. Select **FormatCellsByCriteriaWithProgress** and click **Run**.\n4. Watch the live progress bar in Excel’s lower-left status bar.\n\n---\n\n## 📘 Code Sample\n\n```vb\nSub FormatCellsByCriteriaWithProgress()\n  ' [Optimized code with performance settings, progress bar, and selective formatting]\nEnd Sub\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschiste%2Fexcel-cell-formating","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschiste%2Fexcel-cell-formating","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschiste%2Fexcel-cell-formating/lists"}