Amigos tenho o seguinte código para uma MsgBox com Fechamento automático, mas não está a funcionar..
Private Sub Form_Close()
DoCmd.OpenForm "FrmCadDetento"
MsgBoxTimer (1), "Voltando ao Cadastro »»»", (AVISO)
End Sub
Public Function MsgBoxTimer(Seconds As Integer, Prompt As String, Optional Buttons As VbMsgBoxStyle = vbOKOnly, Optional Title As String) As VbMsgBoxResult
Set WShell = CreateObject("WScript.Shell")
MsgBoxTimer = WShell.PopUp(Prompt, Seconds, Title, Buttons)
End Function
Sepuderem ajudar, fico grato...
Private Sub Form_Close()
DoCmd.OpenForm "FrmCadDetento"
MsgBoxTimer (1), "Voltando ao Cadastro »»»", (AVISO)
End Sub
Public Function MsgBoxTimer(Seconds As Integer, Prompt As String, Optional Buttons As VbMsgBoxStyle = vbOKOnly, Optional Title As String) As VbMsgBoxResult
Set WShell = CreateObject("WScript.Shell")
MsgBoxTimer = WShell.PopUp(Prompt, Seconds, Title, Buttons)
End Function
Sepuderem ajudar, fico grato...