Forum Discussion

Jon Cohen's avatar
Jon Cohen
Copper Contributor
Jun 17, 2018
Solved

Customized Ribbons, Macros, & Copying Files

I run a small business with a big honkin' spreadsheet with a dozen or so worksheets inside.  To facilitate the operations with this spreadsheet, I've created a couple dozen macros to navigate within ...
  • JKPieterse's avatar
    JKPieterse
    Jun 19, 2018
    You can export your customisations to a file, edit that file in a text editor and after that re-import the file:
    - Open Excel
    - Right-click ribbon and click "Customize the Ribbon..."
    - Click the "Import/Export" button
    - Choose "Export All Customizations"
    - Save to a location of your liking
    - Close Excel
    - Find that file
    - Edit a copy of the file just created (use Notepad), changing the location of your macros (look for items starting with "onAction=")
    - Save file
    - Open Excel
    - Right-click ribbon and click "Customize the Ribbon..."
    - Click the "Import/Export" button
    - Choose "Import Customization File"
    - Select the edited file

Resources