With gPlanSt.Range(RG_BASE).Resize(5, 1).Validation
.Delete
.Add Type:=xlValidateList, AlertStyle:=xlValidAlertStop, Operator:= _
xlBetween, Formula1:=Join(gShopSetting.Item(gShop).Item("曜日").Keys, ",")
.IgnoreBlank = False
.InCellDropdown = True
.IMEMode = xlIMEModeAlpha
.ShowInput = True
.ShowError = True
End With
0 件のコメント:
コメントを投稿