|
-
Jun 15th, 2011, 10:50 AM
#1
Thread Starter
Lively Member
[RESOLVED] RTB help
I have starting using the RTB in my program, and I have bold text, and bullets. But the problem I'm having is in using the selstart, and positioning it to start the bullets, let's on the correct line, have i made myself clear.
This is what i'm using thus far, it works, but it's not perfect.
Code:
.SelStart = Len(SHAPE_NAME & vbCrLf & vbCrLf)
.SelLength = Len(INPUT_LIST)
.SelBold = False
.SelFontSize = 10
.SelIndent = 150
.BulletIndent = 300
.SelBullet = True
.SelCharOffset = 100
.SelColor = vbWhite
Thanks for any ideas!!!!
Last edited by Hack; Jun 15th, 2011 at 10:54 AM.
Reason: Added Code Tags
-
Jun 15th, 2011, 10:53 AM
#2
Re: RTB help
Moved From The CodeBank (which is for sharing code rather than posting questions )
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|