NguyenthiH
Thành viên mới đăng ký
- Tham gia
- 11/12/16
- Bài viết
- 965
- Được thích
- 175
- Giới tính
- Nữ
Chỉnh lại codeAh còn sai, anh Hiếu ơi.
Em xin đưa file, anh xem lại
Chổ Size S lại nằm trên.
If Key Like zSize Then
For j = UBound(Size) To LBound(Size) Step -1
If InStr(Key, Size(j)) Then Key = Replace(Key, Replace(Size(j), "Size", ""), Format(j, "0000")): Exit For
Next j
End If