No Procedures in Procedure Window

T

Toms River

In Visual basic I insert a class module
I type in this line"
Public WithEvents appevent As Application
In the Class1 module window, I click to select appevent in the Object list
APPEVENT is not shown only class and general appear
only Initialize and terminate procedures are listed in the procedure list
All I want to do is have a user form automatically open every time a
PowerPoint presentation is opened

Thank You
 
Top