VBA code works great:
Sub testVBA() Dim wb As Object \' Lotus123.Document Set wb = GetObject(\"S:\\Temp\\T\\0375D.WK3\", \"Lotus123.Workbook\") End Sub
Load the file into an Excel workbook. It should be able to convert the lotus123 workbook on the fly.