spences10 / VBA-IDE-Code-Export

Export & Import VBA code for use with Git (or any VCS)
MIT License
119 stars 34 forks source link

Ribbon ui #59

Closed spences10 closed 7 years ago

spences10 commented 7 years ago

RibbonUI with accompanying XML, thing is, now whe have to unpack and pack the xlsm each time we make a change to is :scream_cat:

Appreciate your sign off here again @mattpalermo :+1:

spences10 commented 7 years ago

As with #58 I'll update the readme with documentation on creating the add-in from the unpacked state. I think that this should just go into the releases as well as people may just want to download it and be done with it.

The utility to unpack/pack the XML into a workbook needs to be completed and added to the code base as well. May be a while for that though, just one thing to note the add-in used to make the ribbon menu seemed to use the same approach for packing/unpacking the XML i.e. change file extension, extract zip, edit files...

mattpalermo commented 7 years ago

I think that this should just go into the releases as well as people may just want to download it and be done with it.

Certainly. This will make it painless for most users. I just thought it would be friendly to let people know how to build it from source if they are looking closer at the source code. Just a simple note to let them know to put the contents of the folder into a zip and rename it.

The utility to unpack/pack the XML into a workbook needs to be completed and added to the code base as well.

All in time. For now zipping and unzipping won't be too bad.

just one thing to note the add-in used to make the ribbon menu seemed to use the same approach for packing/unpacking the XML i.e. change file extension, extract zip, edit files...

Seems to be the way that most programs go about modifying the spreadsheet file. If a library is used, the library is probably doing that itself.