USFengBULLS
Board Regular
- Joined
- May 7, 2018
- Messages
- 66
- Office Version
- 365
- Platform
- Windows
Hello all,
To begin here is the DropBox link to the exact work book I am talking about here
https://www.dropbox.com/sh/dunqarfm89unhbu/AABMkvpgW6HYXBrOry2qpXPTa?dl=0
I have a question Regarding the Worksheet double click event. If you go to Sheet "Finish List" Notice there are three items on that list in Column A,B,C. I want to write a code in the Worksheet Before double click event that if the user double clicks on a cell in that Description Column only (Column B) It will take that Description and copy it to sheet "NEW FORM-RESET" and put it in the Next blank row from E23:E27, It will take the corresponding MR CODE (Column A) and AC CODE (Column C) and place it in it's respective column B23:B27 (MR CODE) and D23:D27 (AC CODE).
Notice I only have 5 rows that this form will populate at a time i.e. A23:E27. Can there also be an error (or Message Box) that restricts the user to only be able to add 5 items at a time? Basically that when all 5 rows have been filled, it will not allow the user to fill up anymore. Any help would be greatly appreciated. I so close to finishing this little application. Thanks!
To begin here is the DropBox link to the exact work book I am talking about here
https://www.dropbox.com/sh/dunqarfm89unhbu/AABMkvpgW6HYXBrOry2qpXPTa?dl=0
I have a question Regarding the Worksheet double click event. If you go to Sheet "Finish List" Notice there are three items on that list in Column A,B,C. I want to write a code in the Worksheet Before double click event that if the user double clicks on a cell in that Description Column only (Column B) It will take that Description and copy it to sheet "NEW FORM-RESET" and put it in the Next blank row from E23:E27, It will take the corresponding MR CODE (Column A) and AC CODE (Column C) and place it in it's respective column B23:B27 (MR CODE) and D23:D27 (AC CODE).
Notice I only have 5 rows that this form will populate at a time i.e. A23:E27. Can there also be an error (or Message Box) that restricts the user to only be able to add 5 items at a time? Basically that when all 5 rows have been filled, it will not allow the user to fill up anymore. Any help would be greatly appreciated. I so close to finishing this little application. Thanks!