thnghiachau
Chỉ biết ngồi BÈ và PHÁN chuyện!!!
- Tham gia
- 14/9/09
- Bài viết
- 844
- Được thích
- 707
- Giới tính
- Nam
- Nghề nghiệp
- Search
Cám ơn anh nhiềuThử tìm cái này xem:
CreateObject("DSOFile.OleDocumentProperties")
..
.SummaryProperties.Title
Thử tìm cái này xem:
CreateObject("DSOFile.OleDocumentProperties")
..
.SummaryProperties.Title
Sub Test()
Dim oDSOFile As Object, oSumPropertiy As Object
Set oDSOFile = CreateObject("DSOFile.OleDocumentProperties") 'DSO OLE Document Properties Reader 2.1
With oDSOFile
.Open ("D:\New folder\IMG-1.jpg")
.SummaryProperties.Subject = "Subject File IMG"
.SummaryProperties.Title = "Title File IMG"
.Save
.Close
End With
If Not oDSOFile Is Nothing Then Set oDSOFile = Nothing
End Sub
Hic... em mò hoài làm hoài ròng rã cả tuần rùi bằng mọi cách không dc anh ơi...Hình như DSOFile có kén chọn kiểu file áp dụng... nhưng file image vẫn được thì phải.