msstein
09-09-2023, 04:52 AM
Hello, i'm following a tutorial to setup Application events from Use Events with the Application Object | Microsoft Learn (https://learn.microsoft.com/en-us/office/vba/powerpoint/how-to/use-events-with-the-application-object).
There's a section on that tutorial that said
"After the new object is declared with events, it appears in the Object list in the class module, and you can write event procedures for the new object. (When you select the new object in the Object list, the valid events for that object are listed in the Procedure list.)"
But when i go check my VBA Window, i found out that the "View Object" button is greyed out alongside the View > Object (Shift+F7) on the menu.
What did i do wrong?
There's a section on that tutorial that said
"After the new object is declared with events, it appears in the Object list in the class module, and you can write event procedures for the new object. (When you select the new object in the Object list, the valid events for that object are listed in the Procedure list.)"
But when i go check my VBA Window, i found out that the "View Object" button is greyed out alongside the View > Object (Shift+F7) on the menu.
What did i do wrong?