Try google first....
http://support.microsoft.com/kb/309603
Tim
"moonhk" wrote in message
...
Hi All
how to open visio file by Excel VBA ?
I try below coding not ok.
Set oApp = CreateObject("Visio.Application")
oApp.Visible = True
MsgBox FN
oApp.Documents.Open FN