Files
AC24542/_helloworld_vba/HelloworldForm.frm
louiscklaw c8a1aa8213 update,
2025-02-01 01:56:37 +08:00

20 lines
558 B
Plaintext

VERSION 5.00
Begin {C62A69F0-16DC-11CE-9E98-00AA00574A4F} HelloworldForm
Caption = "UserForm1"
ClientHeight = 3015
ClientLeft = 120
ClientTop = 465
ClientWidth = 4560
OleObjectBlob = "HelloworldForm.frx":0000
StartUpPosition = 1 'CenterOwner
End
Attribute VB_Name = "HelloworldForm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub CommandButton1_Click()
MsgBox "Hello, World aaaaa11111!"
End Sub