LOTUSSCRIPT/COM/OLE CLASSES
Dim workspace as New NotesUIWorkspace Dim uidoc as NotesUIDocument Set uidoc = workspace.CurrentDocument Call uidoc.GotoField( "Description" ) Call uidoc.CreateObject("Quarterly Reports", "Lotus123.Workbook.97")
See Also