怎样用EXCEL制作彩( 三 )


    spbPch2.Max = txtMax.Value
    spbPch3.Max = txtMax.Value
Sub

怎样用EXCEL制作彩

文章插图

7第六 , 设置号码生当作按钮的VBA代码:
Private Sub cmdStart_Click()
    Dim i As Integer, j As Integer
    Dim intXyh(3) As Integer, intPch(3) As Integer
    Dim intCs As Integer, strMsg As String
    
    intCs = 0
    intXyh(1) = txtXyh1.Value   '幸运号
    intXyh(2) = txtXyh2.Value   '幸运号
    intXyh(3) = txtXyh3.Value   '幸运号
    intPch(1) = txtPch1.Value   '解除号
    intPch(2) = txtPch2.Value   '解除号
    intPch(3) = txtPch3.Value   '解除号
    For i = 1 To 3
        For j = 1 To 3
            If intXyh(i) = intPch(j) Then
                If intXyh(i) <> 0 Then
                    MsgBox "你选择的幸运号和解除号有反复 , 请从头选择 。 "
                    Exit Sub
                If
            If
        Next j
    Next i
    
    Sheets("号码").Cells.ClearContents  '断根“号码”工作表中的原稀有据
    For i = 1 To Int(txtScs.Value)
        Do While intCs < 1000
            intCs = intCs + 1
            If intCs > 1000 Then
                strMsg = MsgBox("系统已运行一千次 , 仍未找出合适的号 , 继续找吗?", vbYesNo)
                If strMsg = vbNo Then
                    Exit Do
                If
                If strMsg = vbYes Then intCs = 0
            If
            
            随机生当作号码
            If chkCf.Value = https://vvvtt.com/article/False Then
                判定反复
                If Sheets("选号").Range("Sfcf") = False Then GoTo repeat1
            If
            
            判定幸运号
            If Sheets("选号").Range("Xyh") = False Then GoTo repeat1
            
            判定解除号
            If Sheets("选号").Range("Pch") = False Then GoTo repeat1
            
            If chkPx.Value = https://vvvtt.com/article/True Then
                排序
            If
            连号

推荐阅读