![]() |
#2
|
|||
|
|||
![]() Create an email with all the information entered. Publish the result to your Personal Forms Library. http://office.microsoft.com/en-us/outlook-help/tutorial-creating-and-distributing-custom-forms-with-outlook-HA001210610.aspx To display the form from a button: Sub DisplayFamilyForm() Dim MyFolder Dim myItem As MailItem ' create new outgoing message based on a form Set MyFolder = Session.GetDefaultFolder(olFolderInbox) Set myItem = MyFolder.items.Add("IPM.Note.Family") myItem.Display End Sub
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Action button to specific place in slide | caz46 | PowerPoint | 5 | 03-16-2012 10:18 AM |
How to attach an action to a hyperlink | tapty | PowerPoint | 0 | 01-27-2012 05:25 AM |
Action button triggered with remote clicker? | LDC | PowerPoint | 0 | 01-11-2012 11:43 AM |
![]() |
Ulodesk | Word VBA | 2 | 10-21-2011 05:59 AM |
How to link an action on one slide on a powerpoint with the same action on another | slevinmj | PowerPoint | 0 | 02-24-2011 05:38 AM |