piątek, 15 czerwca 2018

Dobry profil na github VBA

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
strPrompt = "Are you an experienced programmer?"
strStyle = vbQuestion + vbYesNoCancel + vbDefaultButton2
strTitle = "Answer the question"
MsgBox strPrompt, strStyle, strTitle
End Sub


Brak komentarzy:

Prześlij komentarz