Skip to content

ssims18/excel-vba-ribbon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Excel VBA Ribbon Customization

This Excel VBA solution was developed to help streamline a reporting process in the accounting department. It adds custom buttons to the ribbon, which enables the user to run custom macros.

The initial exports are out of a system with formatting that isn't easily digestable in the target report. These macros handle the reformatting and restructuring of the invoice data, which enables the accountant to generate summaries that are useful.

Extending the Ribbon

The custom buttons can be added via custom UI ribbon editor, or by adding a customUI folder with a customUI.xml to the excel zip directory at the root level.

Included Files

Only the relevant files have been included in this repo.

  • customUI.xml
  • modRibbonControl.bas
  • refresh_report.bas

About

Example Custom Excel VBA Ribbon Commands

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published