Hi,
i use this code to open a document in word from my VB application. How do i open tthis file in read only mode, so that the user cannot make any changes to the word document.
Another, question would be, how to open a .tif file. What default do i have to use.
I appreciate the time taken to help me.
Code:
Dim objWord As New Word.Application
objWord.Documents.Open Filename
objWord.Visible = True
Another, question would be, how to open a .tif file. What default do i have to use.
I appreciate the time taken to help me.