View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sam Sam is offline
external usenet poster
 
Posts: 699
Default Adding textboxes based on what user inputs in Total Students textb

Hi All,

How can I add text boxes on the form based on what user inputs in a textbox?

For eg:

I have a textbox "Total Students" , so Once I input a number in that
textbox, I want to have that many textboxes on the form. If I input 4 I want
four textboxes to be displayed on the form.

In addition to this: I want all this textboxes to be displayed in a specific
frame, I have made this frame as "vertically scrollable" as I have limited
space on my form and want to fit in as many textbo, Is there a way to do this?

Thanks in advance