byronwall / bUTL

Excel add-in with helpers for charting, formatting, and general pain points
http://byroni.us/bUTL
MIT License
16 stars 3 forks source link

simple bug fixes in chart code #44

Closed byronwall closed 8 years ago

byronwall commented 8 years ago

This commit includes a number of small changes. They are largely bug fixes encountered while using bUTL. The one specific change was to the Chart_GetObjectsFromObject code which converts to using TypeOf instead of type names as strings. This addresses #35.