krishnabsharma
New Member
Hi,
Greetings there!
Trying to create an application in excel VBA for maintaining few basic employee data points. Stuck somewhere and need help.
Problem Statement - Have EmpID, EmpName and Department as the textbox fields in form.
Greetings there!
Trying to create an application in excel VBA for maintaining few basic employee data points. Stuck somewhere and need help.
Problem Statement - Have EmpID, EmpName and Department as the textbox fields in form.
- Whenever any employee start key-in his EmpID in id textbox, textbix should provide all the available suggestions to choose (just like Google search)
- Once EMP ID selected in textbox from available suggestions, then name and department of that particular emp should get populated in relevant field
- Also can above both logic be built for other 2 fields as well (Name and Dept)? Meaning suggestion/auto complete for other 2 fields and populate remaining based on selection?