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...
Thanks Hymn,
but it's not what i'm looking for. The opening of the document isn't the problem. Its the actions in the ole object that are the problem. I want my complete document in it (not just the first page) and i want scrollbars.
Does anybody know a way to make this posible? As mentioned...
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.