| ©«¤l5923 ¥DÃD13 ºëµØ1 ¿n¤À5986 ÂI¦W0  §@·~¨t²Îwin10 ³nÅ骩¥»Office 2010 ¾\ŪÅv150 ©Ê§O¨k ¨Ó¦Û¥xÆW°ò¶© µù¥U®É¶¡2010-5-1 ³Ì«áµn¿ý2022-1-23 
         
 | 
                
| ¦^´_ 1# dechiuan999 ½Æ»s¥N½XPrivate Sub MultiPage1_Change()
    Select Case MultiPage1.Value
    'MultiPage1.Value = 0
    Case Is = 3
        mSht1.Cells.Clear
        mSht2.Select
        'mSht2.Cells.Clear
        ReDim myOp15(15 To 18)
        For i = 15 To 18
            '³o¸Ìªí³æ¨C¤@Ó±±¨î¶µ ´`Àô 4¦¸ «ü©w¬Û¦Pª«¥óªº±±¨î¶µ
            Set myOp15(i) = New allAppCls
            Set myOp15(i).mySqlServer = New allServerCls
            myOp15(i).mySqlServer.clsConn = conStr
            Set myOp15(i).opt15 = Me.Controls("OptionButton" & CStr(i))
            Set myOp15(i).mTb6 = Me.Controls("TextBox6")
            Set myOp15(i).mTb7 = Me.Controls("TextBox7")
            Set myOp15(i).comBox5 = Me.Controls("ComBoBox5")
            Set myOp15(i).List3 = Me.Controls("ListBox3")
            
            Set myOp15(i).Command2 = Me.Controls("CommandButton2")
            Set myOp15(i).mSht2 = Worksheets("Appsearch_Data")
            myOp15(i).ck15 = i
        Next
        With ComboBox5
            .AddItem "Server"
            .AddItem "LocalHost"
            .ListIndex = 0
        End With
        ListBox3.Clear
    End Select
End Sub
½Æ»s¥N½XPublic Property Set List3(setList3 As MSForms.ListBox)
    Set mList3 = setList3
    MsgBox mList3.Parent.Parent.Parent.Name & "-" & mList3.Parent.Parent.Name & "-" & mList3.Parent.Name & "-" & mList3.Name
End Property
 | 
 |