I want to set bold some text in string.How can i do it ?
I would say use this dynamic formula -
Range("A1").Characters(worksheetfunction.find("Excel",Range("A1").value,1),len("Excel")).font.bold = True
By using Characters.
Range("A1").Characters(8, 5).Font.Bold = True
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With