Guest User

Untitled

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