A property to get or set the cursor's column position. This property is 0-Base for VT/6530 sessions and 1-Base for all other session types.
Set bzhao = CreateObject("BZWhll.WhllObj")
bzhao.Connect
column = bzhao.CursorColumn
MsgBox "The cursor is on column " & column
Set bzhao = CreateObject("BZWhll.WhllObj")
bzhao.Connect
bzhao.CursorColumn = 27