I was gonna transfer my code from button to agent, but when I put this on my declarations:
Dim s As NotesSession
Dim db As NotesDatabase
Dim doc As NotesDocument
Dim view As NotesView
Dim coll As NotesDocumentCollection
Dim item As NotesItem
Dim Formula As String 'Public symbol is declared in another module: Formula
Dim authors() As Variant 'Public symbol is declared in another module: AUTHORS
Dim authorlist() As Variant
I'm having this Public symbol is declared in another module
I can't seem to find out whats going on coz its just a declarations. Can you help me out?