Hi All
I have a lot of cells, containing multiple substrings.
To make it more readable I would want some VBA code that:
* for all selected cells
* based on a given delimiter (mostly "; ")
* colors the strings alternately using 2 colors
(eg. string1 (+delimiter)(blue), string2 (+delimiter)(red), string3 (+delimiter)(blue), string4 (+delimiter)(red), etc...
I think this might be quite straight forward, but I lack the knowledge to figure it quite out.
Can anyone help me out?
Thank you
I have a lot of cells, containing multiple substrings.
To make it more readable I would want some VBA code that:
* for all selected cells
* based on a given delimiter (mostly "; ")
* colors the strings alternately using 2 colors
(eg. string1 (+delimiter)(blue), string2 (+delimiter)(red), string3 (+delimiter)(blue), string4 (+delimiter)(red), etc...
I think this might be quite straight forward, but I lack the knowledge to figure it quite out.
Can anyone help me out?
Thank you