question

Darkblue-9808 avatar image
0 Votes"
Darkblue-9808 asked Darkblue-9808 commented

Hao can I change the linespacing in inkedit controls ?

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 ?

office-vba-dev
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

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!

0 Votes 0 ·

1 Answer

TvanStiphout avatar image
0 Votes"
TvanStiphout answered Darkblue-9808 commented

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.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

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.

0 Votes 0 ·