Sub Initialize Dim session As New NotesSession Dim db As NotesDatabase Dim view As NotesView Set db = session.Currentdatabase Set view = db.GetView("vwAll") Print view.Name End Sub