summaryrefslogtreecommitdiff
path: root/extensions/test/ole/DCOM/Clients/WriterDemo/Module1.bas
blob: e9bb197ed69223af2e22a33753b1442959a3aac1 (plain)
1
2
3
4
5
6
7
8
Attribute VB_Name = "Module1"
Option Explicit

Sub main()
    Dim obj As Object
    Set obj = CreateObject("dcomtest.writerdemo.wsc")
    obj.run
End Sub