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.
Thanks for any ideas!!!!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




Reply With Quote