NeedSomeSeriousHelp77
New Member
- Joined
- Jun 22, 2011
- Messages
- 24
Here's my dilemna.
I have a shared workbook, where at times mutliple users will be in to make updates to different records in different worksheets.
I want to use a UserForm to allow the users to select the records, and then update the records.
I'd like to do this for a couple reasons
(1) as a form of control so that users are not updating the same rows and therefore overwriting each others work
(2) so that users can update the row through the userform which will only allow users to fill in values for particular fields.
There are 6 worksheets in the workbook - all of which have 14 identical column headings.
The userform will need to select one worksheet at a time (out of the 6), then allow the user to scroll the records of that worksheet by the "INDEX" field (i.e. using a combo box).
For each "INDEX", the userform should populate the values of 5 columns (out of the 12), in text boxes. The "INDEX" is the unique identifier that will never be overwritten, only the values of the 5 columns will be overwritten.
After the users update these 5 different column values, they will then save the changes worksheet. The changes should update the current rows, and not add additional rows.
Please let me know if you need any other information.
The names of the worksheets are sub,can,com,un,in
The names of the columns that need to be edited are isc,hand,can,com,sub
The column that will be used to pull the records is the INDEX.
Thank you,
I have a shared workbook, where at times mutliple users will be in to make updates to different records in different worksheets.
I want to use a UserForm to allow the users to select the records, and then update the records.
I'd like to do this for a couple reasons
(1) as a form of control so that users are not updating the same rows and therefore overwriting each others work
(2) so that users can update the row through the userform which will only allow users to fill in values for particular fields.
There are 6 worksheets in the workbook - all of which have 14 identical column headings.
The userform will need to select one worksheet at a time (out of the 6), then allow the user to scroll the records of that worksheet by the "INDEX" field (i.e. using a combo box).
For each "INDEX", the userform should populate the values of 5 columns (out of the 12), in text boxes. The "INDEX" is the unique identifier that will never be overwritten, only the values of the 5 columns will be overwritten.
After the users update these 5 different column values, they will then save the changes worksheet. The changes should update the current rows, and not add additional rows.
Please let me know if you need any other information.
The names of the worksheets are sub,can,com,un,in
The names of the columns that need to be edited are isc,hand,can,com,sub
The column that will be used to pull the records is the INDEX.
Thank you,