Using C++

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
See answer to your post in one of the vba groups.

Please do not post the same question separately to multiple newsgroups.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Newbie Office 12 programmer" <Newbie Office 12
(e-mail address removed)> wrote in message
news:[email protected]...
 
See answer to your post in one of the vba groups.

Please do not post the same question separately to multiple newsgroups.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Newbie Office 12 programmer" <Newbie Office 12
(e-mail address removed)> wrote in message
news:[email protected]...
 

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

Back
Top