Belleke
Well-Known Member
Sorry, It is really not my day, I need some help again.
I have this code
This works fine, but Sav should be also Sav + [G30] at the end of code
I feel like a complete i....t
Please advice
I have this code
Code:
Private Sub CommandButton1_Click()
E_name = [B30]
Sav = Application.WorksheetFunction.VLookup(E_name, Blad2.Range("A13:E21"), 5, False)
[A30] = Sav + [G30]
End Sub
I feel like a complete i....t
Please advice