Guest User

Untitled

a guest
Mar 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Function SumByRow(range, row) 'Hàm tính tổng theo dòng bất kỳ trong mảng
  2. With Application.WorksheetFunction
  3. SumByRow = .Sum(.Index(range, row, 0))
  4. End With
  5. End Function
Add Comment
Please, Sign In to add comment