W
Wayne
Im trying to allocate a toolbar button to run a form published in the
organizational library. If this code runs a form that is published in the
Inbox, how do I change the code for it to point to a form in the
organizational library?
code is:
Sub DisplayForm()
Set myFolder = Session.GetDefaultFolder(olFolderInbox)
Set myItem = myFolder.Items.Add("IPM.Note.Form Name")
myItem.Display
End Sub
Thank you
organizational library. If this code runs a form that is published in the
Inbox, how do I change the code for it to point to a form in the
organizational library?
code is:
Sub DisplayForm()
Set myFolder = Session.GetDefaultFolder(olFolderInbox)
Set myItem = myFolder.Items.Add("IPM.Note.Form Name")
myItem.Display
End Sub
Thank you