經安全檢測,此網站為安全網站,請放心前往原始網址!

Use if, ElseIf and Else with ActiveCell : ActiveCell « Excel « VBA / Excel / Access / Word

Use if, ElseIf and Else with ActiveCell : ActiveCell « Excel « VBA / Excel / Access / Word ... Sub MyMacro() If ActiveCell.Value > 1000 Then ActiveCell.Offset(0, 1).Value = ActiveCell.Value * 0.05 ElseIf ActiveCell.Value > 500 Then ActiveCell.Offset ...

www.java2s.com

網址安全性掃描由 google 提供