Sub Demo() Application.ScreenUpdating = False With Selection .InsertBefore Chr(147) .InsertAfter Chr(148) End With Application.ScreenUpdating = True End Sub