Page 1 of 1

VB - Open OOo template with code

Posted: Fri Jul 28, 2017 5:13 am
by transilvania01
Im developing a vb app and want to open an OOo template in order to put data onto, found some code but in StarBasic but dont know how to do it with Visual Basic, someone can help me?

Re: VB - Open OOo template with code

Posted: Fri Jul 28, 2017 6:23 am
by FJCC
The code will be much the same with the differences explained here.

Re: VB - Open OOo template with code

Posted: Fri Jul 28, 2017 7:11 am
by Zizi64
found some code but in StarBasic but dont know how to do it with Visual Basic,
You need call the API (Application Programming Interface) FUNCTIONS fro all of the supported programming languages for the control of the office suite.
Therefore you need study the API functions of the AOO or LO first. And then you need study: how you can use these functions in your VB code.