D
Daniel Reyes
I have several forms that I created a few years ago using MS Outlook 98. I
am now in the process recreating the forms using MS Outlook 2003. In the
form I have the user fill out all the fields in the page. I then have them
press a command button at the bottom of the form so it will forward this
request to a few people in a group. This is what I use now:
'-=-=-=-=-=-=-=-=-=-
'Sub Forward1
' Item.To = "Daniel REyes"
' Item.SentOnBehalfOfName=strCAD
' Item.Send
'End Sub
'-=-=-=-=-=-=-=-=-=-
What do I have to do to use this in MS Outlook 2003? I am not a vb
programmer so I am not sure what to do.
am now in the process recreating the forms using MS Outlook 2003. In the
form I have the user fill out all the fields in the page. I then have them
press a command button at the bottom of the form so it will forward this
request to a few people in a group. This is what I use now:
'-=-=-=-=-=-=-=-=-=-
'Sub Forward1
' Item.To = "Daniel REyes"
' Item.SentOnBehalfOfName=strCAD
' Item.Send
'End Sub
'-=-=-=-=-=-=-=-=-=-
What do I have to do to use this in MS Outlook 2003? I am not a vb
programmer so I am not sure what to do.