copy this code below and paste it into your form module,
then you need to enter a timer interval value, I used
175. Then make sure that you have an event procedure on
the "on timer event".
Public Sub ScrollText()
Dim intLen As Integer
Dim strVal As String
strVal = "This text will scroll"
intLen = Len(strVal)
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.