|
![]() |
#1 |
Участник
|
Вот запись макроса из Excel:
X++: With ActiveCell.Characters(Start:=1, Length:=8).Font .Name = "Calibri" .FontStyle = "??????????" .Size = 11 .Strikethrough = False .Superscript = False .Subscript = False .OutlineFont = False .Shadow = False .Underline = xlUnderlineStyleNone .ThemeColor = xlThemeColorLight1 .TintAndShade = 0 .ThemeFont = xlThemeFontMinor End With |
|