can someone help me ?? what code who runs first to my userform_initialize..
Private Sub adddata_Click()
Dim wks As Worksheet
Dim addnew As Range
Dim addup(15) As Double
Set wks = Sheet9
Set addnew = wks.Range("AG3").Offset(0, 0)
If ecYes.Value = True Then...