2011年2月28日 星期一

[Excel]總筆數計算

'總筆數
Sheets("記錄").Select
Range("B1") = Range("B1").Value + 1
rr = Range("B1").Value + 3

沒有留言:

張貼留言