AddIn

  • Thread starter Thread starter Andy
  • Start date Start date
A

Andy

I have developed an addin in VB using the sample code from ms power
point site. The code adds a button to the Standard toolbar. When I click
it, it displays the message I placed in the button_click handle.

I want to add the vba code from the power point presentation module to
this handler, but it does not recognize power point objects.

What reference do I need to add to the AddIn to reference power point
objects?


Andy
 
Back
Top