Automating Word2002
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I am trying to automate word in an MFC application. I have followed the various tutorials for other office applications. When I try to automate word, what is the same of the header file I need to include. For example I was using excel.h for Excel2002. TIA. Matt (Padawan Learner)
-
I am trying to automate word in an MFC application. I have followed the various tutorials for other office applications. When I try to automate word, what is the same of the header file I need to include. For example I was using excel.h for Excel2002. TIA. Matt (Padawan Learner)
If you created the Word classes by importing the type library (msword.olb), the .CPP and .H files will automatically be added to your project via ClassWizard.