AS
AS
X
VBA
Warning
Creare una finestra di conferma
Private Sub
myBtn_Click()
Dim
myWarning
As String
myWarning =
MsgBox(
"Sei sicuro?"
, 4)
If
myWarning = 6
Then
MsgBox
("Hai confermato")
ElseIf
myWarning = 7
Then
MsgBox
("Hai annullato")
Else
MsgBox
(Err.Description)
End If
End Sub
indice Access
indice Excel
Home
PHP
HTML e CSS
Javascript
C++
Python
SQL
Excel
Access