=СЦЕПИТЬ(ЛЕВСИМВ(A1; ПОИСК(" ";A1;1)-1);" ";ЛЕВСИМВ(ПСТР(A1; ПОИСК(" ";A1) + 1; ПОИСК(" ";A1;ПОИСК(" ";A1)+1) - ПОИСК(" ";A1) - 1);1);".";ЛЕВСИМВ(ПРАВСИМВ(A1;ДЛСТР(A1) - ПОИСК(" "; A1; ПОИСК(" "; A1) + 1));1);".")
Text = "абвгд"
For i = 1 To Len(Text)
Cells(1, i) = Mid(Text, i, 1)
Next
Sub MM1()
For c = 1 To 8
For r = 1 To 8
Cells(1, 1).Offset(r - 1, c - 1).Interior.ColorIndex = (r + c) Mod 2 + 1
Next r
Cells(1, 1).Offset(0, c - 1).ColumnWidth = 2.5
Next c
End Sub
Public Function fun1(x As Double) As Double
fun1 = (x * x - 5 * 2 ^ 0.5) / (2 * x ^ 3 + 1)
End Function
ActivePage.Layers("curves").Shapes.All.CreateSelection
ActiveSelection.Fill.ApplyNoFill
ActiveSelection.Outline.SetProperties Color:=CreateRGBColor(255, 0, 0)
ActiveSelection.Outline.Width = 0.003 ' Тут указываешь нужный размер
For Each s In ActivePage.Layers("circuits").Shapes.All
s.Outline.SetNoOutline
Next s