salam
Thành viên gắn bó
- Tham gia
- 4/11/06
- Bài viết
- 1,945
- Được thích
- 1,896
- Giới tính
- Nam
- Nghề nghiệp
- Accountant
Các bác cho em hỏi code sau lúc chạy đúng lúc chạy sai:
Function Sotrang()
Dim iHpBreaks As Integer, iVBreaks As Integer
Dim iTotPages As Integer
iHpBreaks = ActiveSheet.HPageBreaks.Count + 1
iVBreaks = ActiveSheet.VPageBreaks.Count + 1
iTotPages = iHpBreaks * iVBreaks
Sotrang = iTotPages
End Function
Function Sotrang()
Dim iHpBreaks As Integer, iVBreaks As Integer
Dim iTotPages As Integer
iHpBreaks = ActiveSheet.HPageBreaks.Count + 1
iVBreaks = ActiveSheet.VPageBreaks.Count + 1
iTotPages = iHpBreaks * iVBreaks
Sotrang = iTotPages
End Function