Opening a File dynamically to a New Page

R

Richard Baker

Where could I get some pointers for the VB code to dynamically open a file
to a new page from a hyperlink?

Thanks.
 
A

Abraham Mathew [MSFT]

You can create a hyperlink that is linked to the new page and then use the
Hyperlink.Follow method or the Document.FollowHyperlink method to do the
navigation.
 
Top