Hello singoi,
Welcome to the Forum!
We will use the default object names on this example. Label1, Label2, Label3, CommandButton1, CommandButton2, and CommandButton3. Here is the code for the UserForm.
Private Sub CommandButton1_Click()
ActiveCell = Label1.Caption
End Sub
Private Sub CommandButton2_Click()
ActiveCell = Label2.Caption
End Sub
Private Sub CommandButton3_Click()
ActiveCell = Label3.Caption
End Sub
Private Sub UserForm_Activate()
Label1.Caption = "678956-087628-ABTH-IKH-098"
Label2.Caption = "678956-0432534-VJHGV-IKH-098"
Label3.Caption = "678956-023424-BJHV-IKH-098"
End Sub
Bookmarks