Using C++

  • Thread starter Newbie Office 12 programmer
  • Start date
N

Newbie Office 12 programmer

Hi,
i wanted to know how do i program Office 12 using automation, i tried the
following

#import <C:\Program Files\Microsoft Office\OFFICE12\MSWORD.OLB> \
rename("DialogBox", "DialogBoxXL") \
rename("RGB", "RBGXL") \
rename("DocumentProperties", "DocumentPropertiesXL") \
rename("ExitWindows", "ExitWindowsMso") \
rename("FindText", "FindTextMso") \
rename("ReplaceText", "ReplaceTextMso") \
no_dual_interfaces


but it got a lot of error, how do i program office 12 using c++ ,
where do i find help regarding this ?

Thanks
 
J

Jezebel

Step 1. Learn how C++ works.

Step 2. Learn how the Office object model works.



"Newbie Office 12 programmer"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top