Hi Everyone,
I'm kinda new to this VBA and come across a problem with my project.
I'm seeking for some expert who can help me with this one.
So, i have a userform with listbox and a texbox that have a defualt value using Environ. Extracting the username.
In my excel sheet. I have a pivot listed employee name is with textbox and second column is their productivity numbers.
Whenever that user activate the userform, that textbox autofill it's value by their name.
What I wanted to achieved is whenever the textbox value match my pivot my list box will only filter the list with match the textbox.
I have attached Screenshot of my sheet.
This just extract the whole data. I wanted to show just the data of the employee of the name in the textbox.
Thank you guys!
I'm kinda new to this VBA and come across a problem with my project.
I'm seeking for some expert who can help me with this one.
So, i have a userform with listbox and a texbox that have a defualt value using Environ. Extracting the username.
In my excel sheet. I have a pivot listed employee name is with textbox and second column is their productivity numbers.
Whenever that user activate the userform, that textbox autofill it's value by their name.
What I wanted to achieved is whenever the textbox value match my pivot my list box will only filter the list with match the textbox.
I have attached Screenshot of my sheet.
VBA Code:
Listbox1.Rowsource = Daily!A1:B5000
This just extract the whole data. I wanted to show just the data of the employee of the name in the textbox.
Thank you guys!