Dobry profil na github VBA
'OfficeInside.org
Sub MsgBoxExample4 ()
Dim strPrompt As String
Dim strStyle As String
Dim strTitle As String
https://github.com/officeinsideorg
I co dalej?
'OfficeInside.org
Sub MsgBoxExample4 ()
Dim strPrompt As String
Dim strStyle As String
Dim strTitle As String
Sub MsgBoxExample4 ()
Dim strPrompt As String
Dim strStyle As String
Dim strTitle As String
strPrompt = "Are you an experienced programmer?"
strStyle = vbQuestion + vbYesNoCancel + vbDefaultButton2
strTitle = "Answer the question"
strStyle = vbQuestion + vbYesNoCancel + vbDefaultButton2
strTitle = "Answer the question"
MsgBox strPrompt, strStyle, strTitle
End Sub
End Sub

Brak komentarzy:
Prześlij komentarz