I have data and at the midpoint cell in the row there is a yes and no button for the user to click, depending on the need for data entry below. "YES" would mean that there was additional job costing necessary on an employees work performed that week. No would mean that the employee only worked at their home store and all hours should be charged to the default work location.
I need to run a macro that will:
I need to run a macro that will:
- If a "YES" button is pressed in a cell on the sheet, then a row will be inserted below it, and will automatically copy all of the data above it, except for the data from 3 or 4 cells in the row (can i insert some type of "except" function?)
- All validation from the row above must be copied into the new row.
- If "NO" is clicked, i simply want to gray-out a box in the same row, right next to the column with the buttons, and remove the option to use the validation contained therein.