I have the code below which runs in VB6. How do I have to change this to make a binding in Excel/VBA 2003?

Much thanks,
Capt Mac

========================================

Attribute VB_Name = "Module1"
Option Explicit

Public objFTP As sfFTPLib.FTPConnectionSTA
Public objGlobal As sfFTPLib.Global              ' sfFTPLib is a "dll"

' With events
'Dim WithEvents objFTP As FTPConnectionSTA

Sub Main()
    ' VB6 binding howto
    ' http://kandkconsulting.tripod.com/VB/Tutorials/vb_binding_tutorial.htm

    Set objGlobal = CreateObject("sfFTPLib.Global")