View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
James W.[_2_] James W.[_2_] is offline
external usenet poster
 
Posts: 31
Default Display history in user form

I have a user form that information is entered into and then sent to a
workbook. I would like the user to have visibility of previous entrys on the
userform as the application.visible = false. What control should I use and
how would I use the .additem method to add the previous entrys to the form.

Example:

a b c
1 123456 58 username1
2 234567 68 username2
3 345678 78 username3
4 activecell

I would like the user form to display the above information, and can this be
formatted to show seperation between the cells.

Thanks in advance.