Hi, I've been searching in some search engines about some possible answers to my question and I couldn't get any information related to it so I decided to come in this site. I've been constructing a program using vba. Lets say I have Sheet3 as my database which I can add data through userForm (Column A=Name, Column B=Date, Column C=Time) and I also have combo box in my userform that has names populated from my sheet3 and everytime I click one item of it, it will search the matched name in my saved data in sheet3 then it will retrieve the information in my userForm through textboxes(txtNAme, txtDate, txtTime). All other methods function well except for this one, I am a beginner , many codes used in VBA were not yet familiar to me..
Any help would be appreciated..Thanks!