Sonek ekleme işlemi farklı bağlamlarda farklı yöntemlerle yapılabilir: Excel'de formül kullanarak sonek ekleme. Kutools for Excel ile sonek ekleme. VBA kodu ile sonek ekleme: ``` Sub AddTextOnRight() 'Updateby20131128 Dim Rng As Range Dim WorkRng As Range Dim addStr As String On Error Resume Next xTitleId = "KutoolsforExcel" Set WorkRng = Application.Selection Set WorkRng = Application.InputBox("Range", xTitleId, WorkRng.Address, Type:=8) addStr = Application.InputBox("Add text", xTitleId, "", Type:=2) For Each Rng In WorkRng Rng.Value = Rng.Value & addStr Next End Sub ``` Barkod okuyuculu cihazlarda sonek ekleme. İzleme iletilerine sonek ekleme. Google Dokümanlar'da liste oluşturma.