View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jsd219 jsd219 is offline
external usenet poster
 
Posts: 68
Default Input box with multiple choices

Is there a way to make an input box first ask how many words to look
for, once you have put in a number (the code should probably limit the
number to no more than 10) a new input box shows up asking for each
word.

Example

First input box: "How many words"
' my answer is 3

Next input box "enter first word"
'after i hit enter

Next input box "enter second word"
'after i hit enter

next input box "enter third word"

God bless
jsd219