Dạ em đã thử tìm theo từ khóa của anh, nhưng vẫn chưa làm được. Anh có thể giúp em không ạ!Google: open another application using vba
Thử vầy xem được không?Dạ em đã thử tìm theo từ khóa của anh, nhưng vẫn chưa làm được. Anh có thể giúp em không ạ!
Em mở link file ra PDF ạ.
Cám ơn anh rất nhiều!
Sub OpenPDF()
'ActiveWorkbook.FollowHyperlink "C:\File.pdf"
ActiveWorkbook.FollowHyperlink [A1]
End Sub
Public Sub OpenPDF()
CreateObject("Shell.Application").Open ([A1].Value)
End Sub
Dạ em đã làm theo anh và được rồi ạ, em cám ơn anh rất nhiều!Thử vầy xem được không?
hoặcMã:Sub OpenPDF() 'ActiveWorkbook.FollowHyperlink "C:\File.pdf" ActiveWorkbook.FollowHyperlink [A1] End Sub
Mã:Public Sub OpenPDF() CreateObject("Shell.Application").Open ([A1].Value) End Sub