View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
John John is offline
external usenet poster
 
Posts: 2,069
Default Retrieve enterd with userform

post the code you already have behind the form - this will give us all better
idea what you are trying to do.
--
jb


"Raul1960" wrote:

Hello Everybody!!
I desperately need your help. I have been working with this project for weeks
and can not figure it out. I bought books looked on the internet and unable
to find what I need, So I am asking for your help.
I have created UserForm with approximately 20 entries, ie:, File#, Name,
Address€¦€¦, this works fine at entering the info. My problem is, that I would
like to retrieve the same data entered by File# (which is unique), by name,
or by other unique info, and to see it (if possible) in the same Userform
that I entered this data. All the data entered are in rows, so all the info
need for a File# are in this row. Can anyone PLEASE help me with a code to
retrieve this info.

Raul