poiu124 wrote:
我怎麼覺得,好像是樓...(恕刪)
==============================================
Private Sub Worksheet_Change(ByVal Target As Range)
Dim Row, Col As Integer
Row = Target.Row
Col = Target.Column
If Col = 3 Or 4 Then
Cells(Row, 1) = Cells(Row, 3) + Cells(Row, 4)
End If
End Sub
===============================================
用vba寫,增加個2~3kb。
內文搜尋

X