View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jason S. Jason S. is offline
external usenet poster
 
Posts: 4
Default Rolling credits list

Why not a "listbox." Use blank list item entries for intro and homespun
timer/counter to remove entries and rewrite. Jason

"Archie" wrote:

I would like to add a userform with a rolling credit list.
I ca only find static text items like 'Label', 'TextBox'' etc.
I need something that scrolls automaticly by, lets say, 2 lines per second.

Archie