Private Sub CommandButton1_Click()Dim i As SingleFor i = 1 To 200If Cells(i, 1) = "城市" Then Cells(i, 2).Value = 2End IfNext iEnd Sub
為什么運(yùn)行會(huì)提示 end if 沒(méi)有 if 塊?
冉冉說(shuō)
2023-02-20 15:13:19