i already make it scrolling
Post the code..how far you doing this.
Jx_Man
Nearly a Senior Poster
3,329 posts since Nov 2007
Reputation Points: 1,372
Solved Threads: 444
Change this line (at line # 8):
t = Mid(msg, i, Len(msg))
With this :
t = Mid(msg, i, Len(msg)) + Left(msg, i)
Hope it helps :)
Jx_Man
Nearly a Senior Poster
3,329 posts since Nov 2007
Reputation Points: 1,372
Solved Threads: 444
Just give feedback if you have a problem
Jx_Man
Nearly a Senior Poster
3,329 posts since Nov 2007
Reputation Points: 1,372
Solved Threads: 444