View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
aintlifegrand79 aintlifegrand79 is offline
external usenet poster
 
Posts: 50
Default Textboxes remembering previous entries

I have a Userform with around 25 textboxes on it. What I am wondering is it
possible to have the textbox remember previous entries in order to make it
quicker when filling in my form. Example, if i enter "Tom" into the textbox
is there anyway to make it so that the next time I enter "T" it will
automatically bring up "Tom" or any other word that has been entered into the
textbox that begins with "T". If not is it possible to allow the person
entering data into the textboxes to copy an answer from one textbox and
pasting it in another textbox because currently I can't right click on any of
the textboxes. Thanks.