Question:
hello all I have a question on "late bind" of ChilkatSshTunnel object usually I can create a object like Public sshTunnel As New ChilkatSshTunnel But this occurs error on compile if DLL is not installed. So I need to a late bind in order to caught error Public sshTunnel As Object Set sshTunnel = CreateObject(??????????)
What shall I enter the part of ??? thank you!