I get the following ambiguous error in my code.
'Application Class' is ambiguous in the namespace 'Microsoft.Office.Interopt.word'
Do I need to add a Referrence or Namespace
I am trying to create a report in Office word from vs2005
My Code:
Dim
WordApp As New Microsoft.Office.Interop.Word.ApplicationClass()Can you help
Don