OK heres is my problem: Im working with a co-worker and she designed a form in outlook that another department in the company uses. The form is sent to the person who it is addressed. When received the person is supposed to fill out the "solution" to the problem and hit reply. This is where the problem comes in...when the reply button is clicked a message box is supposed to pop up saying your message has been sent and the form is supposed to close...here is what i have coded:
Function Item_Reply(ByVal Response)
MsgBox "Your Message Has Been Sent.", vbInformation, "Reply"
Me.Close 1
End Function
It works flawlessly on some computers, but on others the window will not close, anyone have any idea why?????
Function Item_Reply(ByVal Response)
MsgBox "Your Message Has Been Sent.", vbInformation, "Reply"
Me.Close 1
End Function
It works flawlessly on some computers, but on others the window will not close, anyone have any idea why?????