Excel VBA: How do I format just certain words within a cell -



Excel VBA: How do I format just certain words within a cell -

i have not yet got head around vba other recording macros.

could talk me through how edit text within cell? have cell (y2) filled text want "university of" stand out (either in different colour or making bold).

because i'm absolute novice vba, please can reply literally opening vba editor.

thank much community!

try mate. set vba:

sub macro1() range("y2").characters(start:=1, length:=13).font.fontstyle = bold end sub

excel vba excel-vba

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -