*dengan formula*
*
*
="Your reply : " & A1

A1 dianggap sudah terisi kata kata misalnya "setatus klooos"

Berarti diperlukan 2 kolom,
1 kolom input (data aslinya )
2 kolom output (berisi formula untuk menampilkan hasilnya)

*dengan cara lain*
*
*
anda tinggal mengetikkan di kolom tertentu (kolom i baris 17 ke bawah)
dan *di cell itu pula apa yg anda ketikkan berubah sesuai keinginan anda*

Private Sub Worksheet_Change(ByVal Target As Range)
   If Target.Column = 9 Then
   If Target.Row > 16 Then
   If Target.Cells.Count = 1 Then
   If Target.Value <> "" Then
      Application.EnableEvents = False
      Target = Range("i13") & " : " & Target
      Application.EnableEvents = True
   End If
   End If
   End If
   End If
End Sub




On Sat, Oct 15, 2011 at 2:41 PM, Niki Dwinarni <[email protected]>
wrote:
>
> Dear temen b excell
> gimana rumus untuk membuat sisipan :
> penambahan kata "Your reply : "  di setiap awal kata
*> sample : status close -> Your reply : status close
>               open claim  ->  Your reply : open claim
*>
> thank's & best regard
> Niki

Attachment: Menambahkan String sebelum String (haps).xlsm
Description: application/vnd.ms-excel.sheet.macroenabled.12

Kirim email ke