M
Mark Gould
I have inherited a messy program written in VBA. I have a line of code that reads
myString = "The quick brown fox jumps over the lazy dog
If I want "The quick brown dog" to be in normal text, "jumps over the" to be in small caps, and "lazy dog" to be in normal text how can this be done? Because I inherited this program I need to do everything in a variable string
Thank
Mark
myString = "The quick brown fox jumps over the lazy dog
If I want "The quick brown dog" to be in normal text, "jumps over the" to be in small caps, and "lazy dog" to be in normal text how can this be done? Because I inherited this program I need to do everything in a variable string
Thank
Mark