Finalfight40
Active Member
- Joined
- Apr 24, 2018
- Messages
- 273
- Office Version
- 365
- Platform
- Windows
Hi All
I am working on some vba and i haven't got to the point where i will need this yet but i know it will be useful.
I am looking to compare 2 columns lets say A and B where they contain values (Not empty) and the length of the columns are always different. (A and B will be the same length as each other)
The data would start in A2 and B2. If A2 is less than B2 it would format the cell Red.
I know i can do it with a do until isempty(activecell) loop but i know that will be very long and not the most efficient way.
Thanks
I am working on some vba and i haven't got to the point where i will need this yet but i know it will be useful.
I am looking to compare 2 columns lets say A and B where they contain values (Not empty) and the length of the columns are always different. (A and B will be the same length as each other)
The data would start in A2 and B2. If A2 is less than B2 it would format the cell Red.
I know i can do it with a do until isempty(activecell) loop but i know that will be very long and not the most efficient way.
Thanks
Last edited: