R
Robert
One of my presentations has a UserForm to enter the subject and name in
the presentation.
Now the user has to click a button in the toolbar to show the form.
But I would like the form to open as the presentation is opened, I tried
this:
Sub Auto_open( )
UserForm.show
End Sub
I even loaded the free Add In "AutoEvents.ppa" but the form won't show.
The AutoEvent.ppt, as distributed with the *.ppa, does not start either
when the presentation is opened.
What am I doing wrong????
(PP2000 on W2000)
Robert
the presentation.
Now the user has to click a button in the toolbar to show the form.
But I would like the form to open as the presentation is opened, I tried
this:
Sub Auto_open( )
UserForm.show
End Sub
I even loaded the free Add In "AutoEvents.ppa" but the form won't show.
The AutoEvent.ppt, as distributed with the *.ppa, does not start either
when the presentation is opened.
What am I doing wrong????
(PP2000 on W2000)
Robert