【VBA編程】07.循環結構語句

【FOR...NEXT語句】 For counter = start To End [Step step] [statements] [Exit For] [statements] Next [counter] 【代碼區域】 計算1到1000的和 Private Sub qiuhe() Dim i As Integer '用於存儲列各項 Dim sum As Long '存儲結果項 Dim
相關文章
相關標籤/搜索