greg.begin
Member
I have a file that has a lot of conditional formatting based on dates like a gantt chart. when status gets updated the logic has to be redone and i have to re-organize my tasks to match the new logic, however, all the indicators are visually seen on the gantt. I need those exact indications to transfer over to the new organization. I used VBA to go to the original gantt, pull all the data and paste it. however, everytime i paste that task that i have to search for and put it in a new sequence, the conditional formatting get duplicated. i have 800 tasks and now have 9600 conditional formats instead of my original 12 because i have to copy. how can i copy all formats and values but not the conditional formats in VBA?