- ©«¤l
- 5923
- ¥DÃD
- 13
- ºëµØ
- 1
- ¿n¤À
- 5986
- ÂI¦W
- 0
- §@·~¨t²Î
- win10
- ³nÅ骩¥»
- Office 2010
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¥xÆW°ò¶©
- µù¥U®É¶¡
- 2010-5-1
- ³Ì«áµn¿ý
- 2022-1-23
        
|
¥»©«³Ì«á¥Ñ GBKEE ©ó 2016-10-28 05:22 ½s¿è
¦^´_ 54# starbox520
¹Ïªí¬O¤u§@ªí2¤Wªº¸ê®Æ,§An»¡²M·¡¨Ì¾Úþ¸Ì§ì¥X¨Ó.
51#¤W»¡; ¦¹¹Ïªº·N«ä¬O¡AEX:¤W±ªº«e¤¶µ¸ê®Æ ´N¬O²Å¦X "TR±Æ¾÷&²£¥X" ²Ä¤@¦æªº¸ê°T©Ò¿z¿ï¥X¨Óªº
¬Û¹ïªº³o¨Ç¸ê®Æ¬O±q¤u§@ªí2¿z¥X¨Óªº¡A¤U±ªº¸ê°T¬O¤u§@ªí2±Æ°£¨º5µ§³Ñ¤Uªº¸ê®Æ¡A¤u§@ªí2ªº¼Æ¶q¤w¸g±q¤j¦Ü¤p±Æ¦n¤F
´N¥Ñ¼Æ¶q¤j¨ì¤p§e²{´N¥i¥H¤F ¬O±Æ¦b¤u§@ªí2¤W¶Ü
"TR±Æ¾÷&²£¥X" ²Ä¤@¦æªº¸ê°T ,¨S¿ìªk§ì¹Ï¥Ü³o«e¤¶µ¸ê®Æ
49# ¤WPS:TR±Æ¾÷&²£¥X¼Ò²Õ ¦³×¥¿,½Ð×¥¿§AªºÀÉ®×
×¥¿«á³o¬qµ{¦¡½X¬O¥¿½Tªº- If .Cells(i, "A") = A(1) And .Cells(i, "E") = A(2) And .Cells(i, "G") = A(3) And .Cells(i, "F") = A(4) Then
½Æ»s¥N½X µL¶·§ï¦¨- If .Cells(i, "A") = A(1) And .Cells(i, "E") = A(2) And .Cells(i, "G") = A(3) And CStr(.Cells(i, "F")) = A(4) Then
½Æ»s¥N½X ²Ä2ÓLIstBox¥i¥H§ï¦¨³o9Äd¶Ü ( T/Y§ï¦¨customer) ®É¶¡ªº¸ê®Æ¤j¤j±z¨ú¨ìBÄæ"Queue Time"À³¸Ó¬OPÄæ"Oven OutTime"
Customer Location Device Package BodySize LC QTY Schedule Oven OutTime
³o¸Ìקï¸Õ¸Õ¬Ý- Private Sub Ex_WIP()
- Dim i As Integer, Ar, A(1 To 4), Ab(), ii As Integer
- With Me.lstSelector
- For i = 0 To 3
- A(i + 1) = .List(.ListIndex, i)
- Next
- End With
- i = 2
- With Sheets("WIP")
- Do While .Cells(i, 1) <> ""
- If .Cells(i, "A") = A(1) And .Cells(i, "E") = A(2) And .Cells(i, "G") = A(3) And .Cells(i, "F") = A(4) Then
- If IsEmpty(Ar) Then ReDim Ar(1 To 1) Else ReDim Preserve Ar(1 To UBound(Ar) + 1)
- '** n«±ÆÄæ¦ì½Ð§ï³o¸Ì ** Customer Location Device Package 'BodySize
- Ar(UBound(Ar)) = Array(.Cells(i, "A").Text, .Cells(i, "C").Text, .Cells(i, "D").Text, .Cells(i, "E").Text, _
- .Cells(i, "G").Text, .Cells(i, "F").Text, .Cells(i, "K").Text, .Cells(i, "I").Text, .Cells(i, "P").Text)
- '** BodySize LC QTY Schedule Oven OutTime
- '** Listbox ³Ì¦hÅã¥Ü 9¦C
- End If
- i = i + 1
- Loop
- End With
- '***********************************
- '**frmSelector¤¤ªº²Ä¤GÓListBox ±±¨î¶µ
- With ListBox1
- .Clear
- If UBound(Ar) > 1 Then
- .List = Application.Transpose(Application.Transpose(Ar))
- ElseIf UBound(Ar) = 1 Then
- .List = Ar(1)
- End If
- End With
- '***********************************
- End Sub
½Æ»s¥N½X |
|