ConsultantKev
New Member
- Joined
- Dec 3, 2018
- Messages
- 1
Hello all,
I am creating a dynamic Gantt chart for an upcoming workshop in which several team members will view and collaboratively edit the start and end dates of various work streams to align on a work plan.
I have a worksheet with tasks in column B, the task's respective start date in column c, and the end date in column D. In columns E-AB above the rows for each task, I have semi-monthly dates (1st and 15th of each month for one year).
The cells in columns E-AB to the right of each task are conditionally formatted to fill based on the start and ends dates (columns C and D, respectively) and the reference timeline above it.
Now, I would like the cells in the shaded bars describing the duration of each task to merge, and center and show the name of the task included in column B. I've tried using VBA with some codes found online, but Im having trouble finding a code that will work with a start and end cell reference, and also one that will allow me to fill the now merged cell with a text from a reference cell.
Can anyone help?
[/URL][/IMG]
I am creating a dynamic Gantt chart for an upcoming workshop in which several team members will view and collaboratively edit the start and end dates of various work streams to align on a work plan.
I have a worksheet with tasks in column B, the task's respective start date in column c, and the end date in column D. In columns E-AB above the rows for each task, I have semi-monthly dates (1st and 15th of each month for one year).
The cells in columns E-AB to the right of each task are conditionally formatted to fill based on the start and ends dates (columns C and D, respectively) and the reference timeline above it.
Now, I would like the cells in the shaded bars describing the duration of each task to merge, and center and show the name of the task included in column B. I've tried using VBA with some codes found online, but Im having trouble finding a code that will work with a start and end cell reference, and also one that will allow me to fill the now merged cell with a text from a reference cell.
Can anyone help?