Quote Originally Posted by mc84excel View Post
I don't get the "Can't enter break mode" issue! For my learning - Why does your code not cause this?
I've never had this, so I can only speculate, you're trying to debug code whilst automating the IDE, trying to do two things at once sounds like a recipe for disaster so at a guess MS have stopped you doing it to prevent you doing any damage/save headaches.

Since my code doesn't attempt to automate the IDE (and I can't actually think of an actual instance where I'd want to do so, except for maybe making an add-in to make development easier, something like MZTools), this scenario never occurs.
Quote Originally Posted by mc84excel View Post
It uses the same button name as the sub name
Why do you care what the buttons are called? You reference them by location in the collection
Quote Originally Posted by mc84excel View Post
The buttons appear as a column
Indeed, I'm not doing it all for you besides I can't even see what you're trying to do since I can't run your code as I've no intention of allowing trusted access to the VBA project.

Quote Originally Posted by mc84excel View Post
Unfortunately my class skills are none-existent. I will learn them someday
Learn them instead of trying to automate the IDE, they're far more useful, less hacky and not really complicated. Automating the IDE is nasty you've done UDTs now, you've got no excuse...