I need to change the name of an item in a Excel cell and then change its colour - repeatly.
But dont know how any items are in the Worksheet.
i.e. its peoples initials; want to just add initials then have VB globally replace the initials to full name and have males in Blue and females in Red.
I can do a global replace, but need to change the font as I process each one, could do a For Loop but how do you know how many there is?? The initials can appear many timese.g. JF 6 times, RS 3 times.
But dont know how any items are in the Worksheet.
i.e. its peoples initials; want to just add initials then have VB globally replace the initials to full name and have males in Blue and females in Red.
I can do a global replace, but need to change the font as I process each one, could do a For Loop but how do you know how many there is?? The initials can appear many timese.g. JF 6 times, RS 3 times.