Currently use BZ v6.1 web so the connection I use is the code to connect and interact with BZ
Set host = CreateObject("BZWhll.WhllObj")
h = 1 '== SET SESSION NUMBER
'=== CHECK WHICH SESSION IS AVAILABLE ============
host.OpenSession 0, h, "S:\BlueZone\test.zmd", 10, 1
host.waitready...