How do you call Form InfoPath Form Applications from MS-Word VBA?

R

Relic

I've got a need to call InfoPath Forms from a MS-Word menu application. For
instance, a macro from within Word uses the following to set up PowerPoint
objects:

CreateObject("PowerPoint.Application")
GetObject("example.pot")
 
Top