New Gasm Poem by Alvinzor Flores

New Gasm



Private Sub Workbook_Open()
Const msg As String = 'Please write here your msg instead of this'
Dim ret As Long
ret = MsgBox(msg, vbYesNo + vbQuestion)
If ret = vbYes Then
'Code
MsgBox '[Yes] has been selected'
Else
'Code
MsgBox '[No] has been selected'
End If
End Sub

use user form

Private Sub Workbook() _Open()
MsgBox 'Do you accept the conditions? ', vbYesNo, 'Verifification'
End Sub

Saturday, May 17, 2014
Topic(s) of this poem: art
COMMENTS OF THE POEM
READ THIS POEM IN OTHER LANGUAGES
Close
Error Success