{"id":14070884,"url":"https://github.com/cavo789/vba_excel_export_code","last_synced_at":"2025-12-29T05:06:30.299Z","repository":{"id":101354679,"uuid":"135406549","full_name":"cavo789/vba_excel_export_code","owner":"cavo789","description":"Just like me, you write Excel macros and you want a simple way to export your code as text files to your hard disk so that you can manage versions and load the code into e. g. GitHub? My vba_excel_export_code script is made for you. From now on it also manages the export of your ribbon.","archived":false,"fork":false,"pushed_at":"2021-11-01T20:18:40.000Z","size":209,"stargazers_count":27,"open_issues_count":0,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-10-27T17:55:19.382Z","etag":null,"topics":["automation","excel","export-excel","github","vba-excel","vba-macros","vbscript"],"latest_commit_sha":null,"homepage":"","language":"VBScript","has_issues":false,"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/cavo789.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":"2018-05-30T07:40:34.000Z","updated_at":"2025-10-06T09:24:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"173458d6-0d68-4244-8ce9-fb4afd30610f","html_url":"https://github.com/cavo789/vba_excel_export_code","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cavo789/vba_excel_export_code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cavo789%2Fvba_excel_export_code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cavo789%2Fvba_excel_export_code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cavo789%2Fvba_excel_export_code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cavo789%2Fvba_excel_export_code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cavo789","download_url":"https://codeload.github.com/cavo789/vba_excel_export_code/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cavo789%2Fvba_excel_export_code/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28110759,"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-12-29T02:00:07.021Z","response_time":58,"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":["automation","excel","export-excel","github","vba-excel","vba-macros","vbscript"],"created_at":"2024-08-13T07:08:09.310Z","updated_at":"2025-12-29T05:06:30.276Z","avatar_url":"https://github.com/cavo789.png","language":"VBScript","readme":"# Excel - Export code to flat files\n\n![banner](./banner.svg)\n\n\u003e Export every code objects (classes, forms, modules and worksheet code) to flat files, in a batch mode. Export the ribbon manifest and icons too.\n\n## Table of Contents\n\n* [Table of Contents](#table-of-contents)\n* [Description](#description)\n* [Install](#install)\n* [Usage](#usage)\n* [See also](#see-also)\n* [Author](#author)\n* [Contribute](#contribute)\n* [License](#license)\n\n## Description\n\nThis VB script will export all code objects (classes, forms, modules and worksheet macro) from an Excel file (can be `.xlsm` or `.xlam`) to flat files on your disk.\n\nThis way, you'll get a quick backup of your code and you'll be able to synchronize your code on a versioning platform like GitHub.\n\nThe script will start Excel (hidden way), open the specified file, process every code object and export them, one by one, in a `\\src\\your_file.xlsm` folder.\n\nThe `src` folder will be automatically created if needed and you'll find a sub-folder having the same name of your file (so you can have more than one exported file in the same src folder).\n\nIf your Excel file also contains a ribbon, the manifest (i.e. the `xml` of the ribbon) and custom icons will also be exported.\n\n## Install\n\nJust get a copy of the `.vbs` script, perhaps the `.cmd` too (for your easiness) and save them in the same folder of your Excel application (containing the code you want to export).\n\n## Usage\n\nJust edit the `.cmd` file and you'll see how it works: you just need to run the `.vbs` with one parameter, the name of your file.\n\n![demo](./image/demo.png)\n\n## See also\n\nSee also the [https://github.com/cavo789/vbs_xls_import_code](https://github.com/cavo789/vbs_xls_import_code) that do the opposite: import codebase into Excel.\n\n## Author\n\nChristophe Avonture\n\n## Contribute\n\nPRs not accepted.\n\n## License\n\n[MIT](LICENSE)\n","funding_links":[],"categories":["VBScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcavo789%2Fvba_excel_export_code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcavo789%2Fvba_excel_export_code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcavo789%2Fvba_excel_export_code/lists"}