bourkedarragh
New Member
- Joined
- Dec 29, 2016
- Messages
- 1
Hi folks,
Really hoping that someone can tell me if this is possible. I'm working on a little project within my job and its my first time using VBA.
I've built a form that will allow our analysts to review data using dropdown menus. So for example, an end customer will leave a review for the agent who handled their case. This data is automatically exported to a spreadsheet. The first 4 columns of each row contain the data received from the customer:
Case number
Agent Name
Week Number
Rating
The 8 columns which follow in each row allow the analyst to examine this review Each column contains a dropdown menu which I have created using a ComboBox in VBA. Finally at the very end of the row, you have a submit button.
So here is what I need to do:
I need to automatically pull the data from the first 4 columns into the corresponding columns in the VBA form.
I need to submit all of the completed data including the original data using the submit button to a new sheet.
As each row is submitted, I need it to disappear from the list so that the next row moves up automatically on the VBA form.
I have the basic form created but this is where I'm hitting a brick wall on these issues.
If anyone could help, it would be awesome.
Thanks
Really hoping that someone can tell me if this is possible. I'm working on a little project within my job and its my first time using VBA.
I've built a form that will allow our analysts to review data using dropdown menus. So for example, an end customer will leave a review for the agent who handled their case. This data is automatically exported to a spreadsheet. The first 4 columns of each row contain the data received from the customer:
Case number
Agent Name
Week Number
Rating
The 8 columns which follow in each row allow the analyst to examine this review Each column contains a dropdown menu which I have created using a ComboBox in VBA. Finally at the very end of the row, you have a submit button.
So here is what I need to do:
I need to automatically pull the data from the first 4 columns into the corresponding columns in the VBA form.
I need to submit all of the completed data including the original data using the submit button to a new sheet.
As each row is submitted, I need it to disappear from the list so that the next row moves up automatically on the VBA form.
I have the basic form created but this is where I'm hitting a brick wall on these issues.
If anyone could help, it would be awesome.
Thanks