with Worksheets("Scheme")
.activate
.Shapes.AddTextbox(msoTextOrientationHorizontal, 10.6 * Line, 41.5 * Column, 1.9 * Line, 1.6 * Column).select
with selection
.ShapeRange.Fill.Visible = msoTrue
.ShapeRange.Fill.Solid
.ShapeRange.Fill.Transparency = 0#
.ShapeRange.Line.Weight = 0.75
.ShapeRange.Line.Style = msoLineSingle
.ShapeRange.Line.Transparency = 1#
.ShapeRange.Line.Visible = msoTrue
.Characters.Text = Worksheets("Installation").Range("H6").Text
With .Characters(Start:=1).Font
.Name = "Arial Black"
.Size = 10
end with
end with
End With