addin

  • Thread starter Thread starter priya
  • Start date Start date
P

priya

hi

i have added a menu item in the Auto_Open maco in
powerpoint

Set StartControl = ToolsMenu("Tools").Controls.Add _
(Type:=msoControlButton, _
Before:=1)
how to add a pop up menu item to powerpoint

priya
 
In PP, turn on the macro recorder (Tools | Macro > Record new macro...)
and add a new menu. PP will give you what I call starter code. Adapt
it to your specific needs.

--
Regards,

Tushar Mehta, MS MVP -- Excel
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
 
Back
Top