Thread
:
how to open visio file by Excel VBA
View Single Post
#
1
Posted to microsoft.public.excel.programming
moonhk[_2_]
external usenet poster
Posts: 36
how to open visio file by Excel VBA
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
Reply With Quote
moonhk[_2_]
View Public Profile
Find all posts by moonhk[_2_]