using Auto_open

  • Thread starter Thread starter Robert
  • Start date Start date
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
 
Have you followed the directions? Even the part about adjusting the Macro
security settings?

You may also want to use the Auto_ShowBegin instead of the Auto_open

--
Bill Dilworth, Microsoft PPT MVP
===============
Please spend a few minutes checking vestprog2@
out www.pptfaq.com This link will yahoo.
answer most of our questions, before com
you think to ask them.

Change org to com to defuse anti-spam,
ant-virus, anti-nuisance misdirection.
..
..
 
Bill said:
Have you followed the directions? Even the part about adjusting the Macro
security settings?

You may also want to use the Auto_ShowBegin instead of the Auto_open
Some days I can be so b l i n d ...
Thanks, got it working now.

Robert
 
It is good that you got it working.

I work in the field and can tell you that some blind people have better
insight than those with a vision.

--
Bill Dilworth, Microsoft PPT MVP
===============
Please spend a few minutes checking vestprog2@
out www.pptfaq.com This link will yahoo.
answer most of our questions, before com
you think to ask them.

Change org to com to defuse anti-spam,
ant-virus, anti-nuisance misdirection.
..
..
 
Back
Top