DJFANDANGO
Board Regular
- Joined
- Mar 31, 2016
- Messages
- 122
- Office Version
- 365
- Platform
- Windows
Good evening all,
Question... (obviously)
Is there a way of making a VBA to insert a single row below the last 'Dep' 'C:C' while extending the range, "B4:J8" has been named "Third_Party", "B9:J10" = "QC", etc...
While the formulae in "D8:J8" (also in the named range of Third_Party) would just copy down.
I'd like to have a 'button' on the top row for each 'Dep' that would insert a row below each 'Dep' that I clicked on...
EXTRA CHALLENGE... (IF POSSIBLE)
Button to insert NEW DEP, but that 'Dep' (Department) button/VBA would create a new row in alphabetical order, e.j. if I wanted to add a 'Dep' called "Pro" it would automatically insert a row above "Ops"
I would make separate sheet with 'Departments' listed on it.
Any help greatly appreciated...
Question... (obviously)
Is there a way of making a VBA to insert a single row below the last 'Dep' 'C:C' while extending the range, "B4:J8" has been named "Third_Party", "B9:J10" = "QC", etc...
While the formulae in "D8:J8" (also in the named range of Third_Party) would just copy down.
I'd like to have a 'button' on the top row for each 'Dep' that would insert a row below each 'Dep' that I clicked on...
EXTRA CHALLENGE... (IF POSSIBLE)
Button to insert NEW DEP, but that 'Dep' (Department) button/VBA would create a new row in alphabetical order, e.j. if I wanted to add a 'Dep' called "Pro" it would automatically insert a row above "Ops"
I would make separate sheet with 'Departments' listed on it.
Any help greatly appreciated...