You are viewing this page out of context. To see it in the context it is intended please click here.
About This Page
Reply posted by Samantha on Thu 28 Mar 2002 in response to Keeping the boss happy
Agent Done? - Again
I am still looking for a solution to a previously reported problem (Agent Done?- Jason, 12/13/01):
Static text will open in excel but when I add the following lines:
Dim db As NotesDatabase
Dim qs As NotesView
Dim nv As NotesViewNavigator
Dim ne As NotesViewEntry
Set qs = db.GetView("ByStore")
Set nv = qs.CreateViewNav
Set ne = nv.GetFirst
I get "Agent Done" after running the agent on the Web.
The view "ByStore" exists.
Please help I would really like to use this method for writing reports to Excel.
Thanks!