I want to change the linespacing of inkedit control in a vba project, how to do it ? And is there any detailed documentation of inkedit control for download ?
I want to change the linespacing of inkedit control in a vba project, how to do it ? And is there any detailed documentation of inkedit control for download ?
Maybe I didn't make it clear, so I put my question more clearly:
Question 1: I need a piece of code to change the line spacing of inkedit control directly ,how to do ?
Question 1: How to open a rtf file by inkedit control ? I need vba code .
Question 2: How to save the rich text of inkedit control as a file ? I need vba code .
Thanks to all the respondents and followers!
The documentation is between you and your search engine. Post a link here when you find it. Also check the wayback machine in case it has been removed.
In addition to that, you can understand quite a bit by putting such control on a form, then opening the VBA editor and View > Object Browser. Then choose your control and the entire public interface is available for inspection.
First of all, I want to thank you for your enthusiasm.
Then, the fact is that you really didn't solve my problem.
Maybe I didn't make it clear, so I put my question more clearly:
I need a piece of code to change the line spacing directly.
2 people are following this question.