Hello_VBA.bas 68 B

1234
  1. Attribute VB_Name = "Hello_VBA"
  2. Sub run()
  3. VBA_FORM.Show 0
  4. End Sub