Rowland1986
New Member
- Joined
- May 15, 2018
- Messages
- 8
I have attempted to search for the answer to my issue but even though there seems to many posts similar, I have been unable to adapt any of the solutions provided to achieve my desired outcome.
From the answers I have read it appears to be quite simple but being new to VBA I have been struggling all week so would like to ask for some assistance if possible.
I currently have an Excel database located in the following folder, H:\Personal\Main Spreadsheets\Test.xlsx. I am running a user form that is separate from the database which my staff use to data enter and transfer to the database.
On occasion the information is not completed on the day of entry and needs to be revisited at a later date and these are left with a status "ongoing".
One page of my form has a combo box "combobox1", a listbox "list_data" and a command button "CommandButton1".
The aim is for a staff member to be able to choose their name from the combo box and then click the command button which will then return any rows where both the status is "ongoing" and the entry in the staff member column matches the combo box entry.
At present there are 57 columns (starting "A" and ending "BE") on the database with the staff member column being located in column "P" and the status column being "AE".
Unfortunately I do not have any code to offer up as start as everything I have tried has been unsuccessful so have deleted after each attempt.
Any assistance with this query would be greatly appreciated. If your require any further information that I have forgotten to mention please let me know.
Kind Regards
From the answers I have read it appears to be quite simple but being new to VBA I have been struggling all week so would like to ask for some assistance if possible.
I currently have an Excel database located in the following folder, H:\Personal\Main Spreadsheets\Test.xlsx. I am running a user form that is separate from the database which my staff use to data enter and transfer to the database.
On occasion the information is not completed on the day of entry and needs to be revisited at a later date and these are left with a status "ongoing".
One page of my form has a combo box "combobox1", a listbox "list_data" and a command button "CommandButton1".
The aim is for a staff member to be able to choose their name from the combo box and then click the command button which will then return any rows where both the status is "ongoing" and the entry in the staff member column matches the combo box entry.
At present there are 57 columns (starting "A" and ending "BE") on the database with the staff member column being located in column "P" and the status column being "AE".
Unfortunately I do not have any code to offer up as start as everything I have tried has been unsuccessful so have deleted after each attempt.
Any assistance with this query would be greatly appreciated. If your require any further information that I have forgotten to mention please let me know.
Kind Regards