Hi everyone,
I'm new to VBA programming, but with a lot of searching and studying code examples I have managed to make 3 working macros today. However I am stuck on the last one that I need to create. The aim is to have a macro that deletes and re-establishes our two conditional formatting rules on our sheet. The ranges overlap, and this seems to cause it the macro to stop working. If I run a version of the macro with either 1 rule at a time it works fine. If I run the whole thing with both rules, it gives a runtime error 438 and debug highlights the line ending xlDuplicate.
What changes can I implement to get this to work?![]()
Please Login or Register to view this content.
Also, I was hoping someone could please explain to me how this line of code works?
Thank you in advance!!![]()
Please Login or Register to view this content.
Bookmarks