Hello,
I want my users to get a preview of a Word document(located in the file system, just linked from the database) before opening it.
There for I use this code:
Public Function PreviewOpenWordFile(strFile As String)
Dim doc As Word.Document
Dim wrdApp As Word.Application
On Error Resume...
Hello,
i am using an unbound object frame to show a word document of which i have the link saved in my database. I want this frame to give a preview of the word document. After previewing it, the user might want to open it in MS Word.
I was wondering, does anybody know how to add scrollbars to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.