ªð¦^¦Cªí ¤W¤@¥DÃD µo©«

[µo°Ý] ®Ö¨ú¤è¶ô©M¿ï¶µ¶sªººÃ°Ý¡H

Private Sub confirm_Click()
    o = IIf(Me.OptionButton1.Value = True, Me.OptionButton1.Caption, Me.OptionButton2.Caption)
    For i = 4 To 7
        If Me.Controls("CheckBox" & i).Value = True Then t = Me.Controls("CheckBox" & i).Caption: Exit For
    Next
    With Sheets("«È¤á¸ê®Æ")
        .[a65536].End(3)(2, 1).Resize(, 4) = Array(cust.Text, phone.Text, o, t)
    End With
    Unload Me
End Sub

TOP

        ÀR«ä¦Û¦b : °µ¦n¨Æ¤£¯à¤Ö§Ú¤@¤H¡A°µÃa¨Æ¤£¯à¦h§Ú¤@¤H¡C
ªð¦^¦Cªí ¤W¤@¥DÃD