R
ravi kumar
I have created a addin vb6. i declared application variable
Dim with events ohostApp as word.application
and added an event
Private Sub ohostApp_NewDocument(ByVal doc As Document)
'Your code here
MsgBox "New Document"
End Sub
it is working in word 2003 version, but not in word 2000
Dim with events ohostApp as word.application
and added an event
Private Sub ohostApp_NewDocument(ByVal doc As Document)
'Your code here
MsgBox "New Document"
End Sub
it is working in word 2003 version, but not in word 2000