ªð¦^¦Cªí ¤W¤@¥DÃD µo©«

[µo°Ý] Àx¦s®æ¤º­È¿ù»~¸õ¥Xĵ§i¼Ð¥Ü

¤p§Ì¤£¤~,¥Î¿ý»sªº¤è¦¡,¥[¥H§ó§ï«á´£¨Ñ±z§ó§Öªº¤è¦¡

Sub test()

'¥u»Ý­n§ïXªº­È§Y¥i°õ¦æ
x = "a1"
    Range(x).Select
    With Selection.Validation
        .Delete
        .Add Type:=xlValidateCustom, AlertStyle:=xlValidAlertStop, Operator:= _
        xlBetween, Formula1:="=" & x & "<=5"
        .IgnoreBlank = True
        .InCellDropdown = True
        .InputTitle = ""
        .ErrorTitle = ""
        .InputMessage = ""
        .ErrorMessage = ""
        .IMEMode = xlIMEModeNoControl
        .ShowInput = True
        .ShowError = True
    End With
End Sub
PKKO

TOP

        ÀR«ä¦Û¦b : ¤ß¤¤±`¦sµ½¸Ñ¡B¥]®e¡B·P«ä¡Bª¾¨¬¡B±¤ºÖ¡C
ªð¦^¦Cªí ¤W¤@¥DÃD