MSDN下有範例
顯示UserDocument的語法為
UserDocument.Hyperlink.NavigateTo Target
例如有兩個文件,Doc1和Doc2
在 Doc1 中要顯示 Doc2:
strPath = CurDir
If strPath Like "*\" Then
strPath = strPath & "Doc2.vbd"
Else
strPath = strPath & "\Doc2.vbd"
End If
UserDocument.Hyperlink.NavigateTo strPath
--
人若無星爺,跟條鹹魚有何分別?
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 61.222.155.162