Previous Thread:   Sum up overtime hours for my sent mails over one year

3/3/2006 8:40:05 PM    VBA shortcut to open custom form in design mode?


7250599242


3/6/2006 8:08:11 AM    Re: VBA shortcut to open custom form in design mode?
The form will appear on the Actions menu only if you publish it to a =  
  
folder, and even that won't open it in design mode. Instead, Burma would =  
  
need to:  
  
1) use the Add method on a target folder's Items collection to create a =  
  
new item using the form  
  
2) display the item=20  
  
3) use CommandBars techniques to execute the Tools | Forms | Design This =  
  
Form command (see http://www.outlookcode.com/d/tips/commandbarfun.htm=20  
  
--=20  
  
Sue Mosher, Outlook MVP  
  
Author of Configuring Microsoft Outlook 2003  
  
http://www.turtleflock.com/olconfig/index.htm  
  
and Microsoft Outlook Programming - Jumpstart for=20  
  
Administrators, Power Users, and Developers  
  
http://www.outlookcode.com/jumpstart.aspx  
  
"Michael Bauer" <mb@mvps.org> wrote in message =  
  
news:1l2g5yhpjmpdq$.p38f083cux39.dlg@40tude.net...  
  
Actions  
  
if  
  
Forms

3/6/2006 8:49:45 AM    Re: VBA shortcut to open custom form in design mode?
Am Fri, 3 Mar 2006 20:40:05 -0800 schrieb Burma Jones:  
  
If the Form is published then you should have a button for it in the Actions  
  
menu.  
  
--  
  
Viele Gruesse / Best regards  
  
Michael Bauer - MVP Outlook  
  
-- www.vbOffice.net --  
  
there is any way to programmatically open the form in design mode?  
  
Currently I have to go Tools -> Forms -> Design a Form -> Personal Forms  
  
Library -> select the form (or double-click) -> Open

3/6/2006 11:14:30 AM    Re: VBA shortcut to open custom form in design mode?



Search

search