D
dh
I use the following code, that is linked from a button on a custom Outlook
form to launch another form:
Set objFolder = Application.ActiveExplorer.CurrentFolder
Set objItem = _
objFolder.Items.Add("IPM.Note.ORDER Request Message")
objItem.Display
This works when online (the form is also on the company organization form
folder) , even if I have the form in my personal forms folder. What do I
need to do so that it will work offline as well.
Thanks!
DH
form to launch another form:
Set objFolder = Application.ActiveExplorer.CurrentFolder
Set objItem = _
objFolder.Items.Add("IPM.Note.ORDER Request Message")
objItem.Display
This works when online (the form is also on the company organization form
folder) , even if I have the form in my personal forms folder. What do I
need to do so that it will work offline as well.
Thanks!
DH