Hello, I am wanting to sent the appointment item to a folder if the user has checked a check box. Could someone pls give me an example.
ThanksCode:Function Item_Write()
If chkPublish.Value = True Then
' Not sure what goest here...
End If
End Function
