試試寫進vbaPrivate Sub Worksheet_Change(ByVal Target As Range)Range("C" & Target.Row) = Range("A" & Target.Row) + Range("B" & Target.Row)End Sub