VBA code
Posted by Ania on January 24, 2002 1:53 PM
Can somebody tell me why doesn't this work?
Private Sub ComboBox2_Change()
ComboBox2.Value = Format(ComboBox2.Value, "Medium Date")
Range("C12") = ComboBox2.Value
End Sub
Posted by Ania on January 24, 2002 1:53 PM
Can somebody tell me why doesn't this work?
Private Sub ComboBox2_Change()
ComboBox2.Value = Format(ComboBox2.Value, "Medium Date")
Range("C12") = ComboBox2.Value
End Sub