CodePage

This collection element property is the code page of the connection. This code page may change over time. CodePage is a Long data type and is read-only. The following example shows the CodePage property.

Dim  CodePage as Long
Dim autECLConnList as Object
 
Set autECLConnList = CreateObject("ZIEWin.autECLConnList")
 
autECLConnList.Refresh
CodePage = autECLConnList(1).CodePage