I'm working on a calendar (see extract) to manage multiple people and tasks, while also pointing out shared events (weekends, holidays, meetings) via conditional formatting.
I have it all pretty much done out, except that I am now trying to color code the tasks (which users input themselves). On a basic level, I need a VBA that will copy the colour and text of a specific cell (in the example given, AJ3), and paste the colour and text across the cells user selected before they hit the button. I say this specifically because I recorded a macro with paste special, and found that it ALMOST did what I needed, but it wrote over all the conditional formatting, which I can't do with. The formatting needs to stay.
I could just record a macro of colouring something red for example, but I'd like the users to be able to change the colours on the right hand side, as tasks will vary and more will be added. Also, I'm a complete newbie to VBA, and I can't figure out how to have the text (T1) paste across all selected fields and not just the first one.
Please help?
I have it all pretty much done out, except that I am now trying to color code the tasks (which users input themselves). On a basic level, I need a VBA that will copy the colour and text of a specific cell (in the example given, AJ3), and paste the colour and text across the cells user selected before they hit the button. I say this specifically because I recorded a macro with paste special, and found that it ALMOST did what I needed, but it wrote over all the conditional formatting, which I can't do with. The formatting needs to stay.
I could just record a macro of colouring something red for example, but I'd like the users to be able to change the colours on the right hand side, as tasks will vary and more will be added. Also, I'm a complete newbie to VBA, and I can't figure out how to have the text (T1) paste across all selected fields and not just the first one.
Please help?