![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Microsoft Office support MS Office support forum |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Apr 2007
Posts: 60
OS: xp pro
|
Display UserForm on Open in ppt 2007
Hi All
When using MS Word 2007 I can put the following code in the ThisDocument areas in VB, which displays the userForm when the document is opended. Code:
Private Sub Document_Open()
UserForm.Show
End Sub
|
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Registered User
Join Date: May 2008
Location: Baltimore, Maryland
Posts: 160
OS: Windows XP SP3
|
Re: Display UserForm on Open in ppt 2007
PowerPoint does not support a "document open" or "auto open" event that is directly accessible without loading an add-in.
One thing you could do in PowerPoint 2007 is create a desktop shortcut that opens the presentation and runs a macro which could open a UserForm. The shortcut target would be something like: "C:\Program Files\Microsoft Office\Office12\POWERPNT.EXE" /M "C:\Presentations\Petey_B.pptm" "FormOpen" In the above example, "FormOpen" is the name of a macro. |
|
|
|
![]() |
| Thread Tools | |
|
|