-
[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!!!!
-
Re: RTB help
Moved From The CodeBank (which is for sharing code rather than posting questions :) )