insertXML?

J

Jason

Hi

For Word, you can use VBA or VSTO to:

- obtain the WordML corresponding to a range (range.WordOpenXML)

- insert WordML into a document open in Word (.insertXML)

Are there equivalents to these for Powerpoint?

thanks

Jason
 
Top