S
Steven
Hi,
I write a macro and add a button item "Hello" in powerpoint's Standard
toolbar, and assign
onAction property(a function name), after i add it, why is it disable? I
don't click it!
but if I add the buttom in "slide show" popup menu, It works, I don't know
reason! I write it with macro!
If I write code with vb, then compile it, I define "
Dim WithEvents buttonHello As Office.CommandBarButton", It doesn't work for
add button item
in "slide show" popup menu, I am very confused!
Please help me, Thanks
I write a macro and add a button item "Hello" in powerpoint's Standard
toolbar, and assign
onAction property(a function name), after i add it, why is it disable? I
don't click it!
but if I add the buttom in "slide show" popup menu, It works, I don't know
reason! I write it with macro!
If I write code with vb, then compile it, I define "
Dim WithEvents buttonHello As Office.CommandBarButton", It doesn't work for
add button item
in "slide show" popup menu, I am very confused!
Please help me, Thanks