Skip to main content

Posts

Showing posts from December, 2015

Export Field names and Field types to excel

                Dim session As New NotesSession                 Dim uiWs As New NotesUIWorkspace                 Dim uiDoc As NotesUIDocument                 Dim db As NotesDatabase                 Dim serverName, dbName As String                 Dim formDataType As NotesForm                 Dim msgFormVar As Variant                 Dim msgForms List As String          ...