B
Bob
I took over the support of Word macros done by other people and they were
heavy on the toolbars. The problem I'm having is I have all these toolbars I
need to debug and I can't figure out which sub they call. I actually tried
using this code
MsgBox Me.CommandBars("test1").Controls("test2").OnAction
but it returns an empty string. I can set it like and return what I set but
that doesn't help me.
heavy on the toolbars. The problem I'm having is I have all these toolbars I
need to debug and I can't figure out which sub they call. I actually tried
using this code
MsgBox Me.CommandBars("test1").Controls("test2").OnAction
but it returns an empty string. I can set it like and return what I set but
that doesn't help me.