greg.begin
Member
I have a file that has a list of items. These items have a schedule. the schedule is conditionally formatted to look like a Gantt chart. This file then gets marked with a border style of when work was started and finished. If the work started a macro will put a diagonal border through the cell. If it is finished then the vba will put a diagonal going top to bottom and bottom to top creating an "X". this info then gets updated to MS project. a planner then changes the order of the Gantt to keep a waterfall look on the items. i then need to re-sort the items in the new order. when i do this, my borders do not follow and creates a big mess. any thoughts on how to move the border formats with the sort?