TKT
Thành viên tiêu biểu
- Tham gia
- 2/1/08
- Bài viết
- 673
- Được thích
- 1,336
- Nghề nghiệp
- .....
Mã:
Private Sub Worksheet_Activate()
Cells.Select
Selection.ClearContents
Range("D10").Select
Selection.Consolidate Sources:=Array( _
[COLOR=Red]"'C:\Documents and Settings\Welcome\Desktop\[COLOR=Black][code.xls]Sheet1'!R5C2:R100C3", _[/COLOR]
"'C:\Documents and Settings\Welcome\Desktop\[COLOR=Black][code.xls]Sheet2'!R15C5:R200C6"),[/COLOR][/COLOR] _
Function:=xlSum, TopRow:=False, LeftColumn:=True, CreateLinks:=False
Range("D10").Select
End Sub
File đính kèm
Lần chỉnh sửa cuối: