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
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