rharri1972
Board Regular
- Joined
- Nov 12, 2021
- Messages
- 132
- Office Version
- 2019
- Platform
- Windows
Hello! I hope to explain this well......
I have a listbox on userform2. This listbox is filled with customer information from worksheet " Customers". Range of information is "A:J"
My goal is to be able to scroll through and find and highlight the particular customer i need and on the click event of "insert" command button, will the call userform3,
This userform3 will have textboxes that I will manually fill but i will also want to some autofilled. Such as Frame 1. Giving the customer that is highlighted...when i click the "insert" button... i want the worksheet for that customer to be read and have cells C,D,E,F,&G filled into Frame 1. These cells are in order.... Address 1, Address2, City, State, Zip Code...... Frame 1 on Userform 3 is Ship To:.
So upon clicking Insert... I would need that customers address information to auto "load" into frame 1 on userform 3.
I have 462 customers and upon clicking the insert button it would have to look through the range in the worksheet to find this customer to load the range of cells needed into the frame.
I hope this hasn't confused you and you will accept this challenge.
Thanks, in advance.
I have a listbox on userform2. This listbox is filled with customer information from worksheet " Customers". Range of information is "A:J"
My goal is to be able to scroll through and find and highlight the particular customer i need and on the click event of "insert" command button, will the call userform3,
This userform3 will have textboxes that I will manually fill but i will also want to some autofilled. Such as Frame 1. Giving the customer that is highlighted...when i click the "insert" button... i want the worksheet for that customer to be read and have cells C,D,E,F,&G filled into Frame 1. These cells are in order.... Address 1, Address2, City, State, Zip Code...... Frame 1 on Userform 3 is Ship To:.
So upon clicking Insert... I would need that customers address information to auto "load" into frame 1 on userform 3.
I have 462 customers and upon clicking the insert button it would have to look through the range in the worksheet to find this customer to load the range of cells needed into the frame.
I hope this hasn't confused you and you will accept this challenge.
Thanks, in advance.