Xin code chuyển từ file excel 2016 sang file excel 2003

Liên hệ QC
Em mượn bài anh kieu manh tẹo nhé
PHP:
Sub vidu()
    Dim ten_moi As String
    ten_moi = ThisWorkbook.FullName
    ten_moi = VBA.Left(ten_moi, Len(ten_moi) - 1)
    ThisWorkbook.SaveAs Filename:=ten_moi, FileFormat:=xlExcel8, _
            Password:="", WriteResPassword:="", ReadOnlyRecommended:=False, _
            CreateBackup:=False
End Sub
Cảm ơn bạn nhé.
 
Web KT

Bài viết mới nhất

Back
Top Bottom