VBAmalta89
Board Regular
- Joined
- Mar 25, 2011
- Messages
- 116
I have a worksheet which contains data in rows, i.e each row contains data about a specific item which is then written in the columns
example
23344 Drilling Turning 4 4 3 4
67676 Grinding Polishing 3 3 6 7
This data is entered into the worksheet via a user form from VBA.
I need to create another user form which can allow the user to edit this data. I was thinking of creating one with a drop down box which allows you to see all the components in the worksheet.
My problem is here: how do i tell it to show all teh related information of that particular component?
example
23344 Drilling Turning 4 4 3 4
67676 Grinding Polishing 3 3 6 7
This data is entered into the worksheet via a user form from VBA.
I need to create another user form which can allow the user to edit this data. I was thinking of creating one with a drop down box which allows you to see all the components in the worksheet.
My problem is here: how do i tell it to show all teh related information of that particular component?