| ©«¤l162 ¥DÃD44 ºëµØ0 ¿n¤À244 ÂI¦W0  §@·~¨t²Îwindows 7 ³nÅ骩¥»office 2010 ¾\ŪÅv20 ©Ê§O¨k µù¥U®É¶¡2011-4-4 ³Ì«áµn¿ý2022-10-3 
 
 | 
                
| ¦^´_ 2# bsy4life½Æ»s¥N½XPrivate Sub Worksheet_SelectionChange(ByVal Target As Range)
ComboBox1.List = Array("aa", "bb", "cc", "dd", "ee")
ComboBox2.List = Array("aa", "bb", "cc", "dd", "ee")
ComboBox3.List = Array("aa", "bb", "cc", "dd", "ee")
ComboBox4.List = Array("aa", "bb", "cc", "dd", "ee")
ComboBox5.List = Array("aa", "bb", "cc", "dd", "ee")
A = ComboBox1.Value
B = ComboBox2.Value
C = ComboBox3.Value
D = ComboBox4.Value
E = ComboBox5.Value
[A1].Value = A
[A3].Value = B
[A5].Value = C
[A7].Value = D
[A9].Value = E
With Sheets("¤u§@ªí1")
Dim MyDate, MyWeekDay
MyDate = Now
MyWeekDay = Weekday(MyDate)
    If MyWeekDay > 3 Then
    ContainerDay = Format(Date + 4 - Weekday(Date, 2) + 7, "e.m.d")
    Else
    ContainerDay = Format(Date + 4 - Weekday(Date, 2), "e.m.d")
    End If
.[F1,F3,F5,F7,F9] = ContainerDay
End With
End Sub
 | 
 |