I start the powerpoint viewer like this:
strDoc = "Sample.Doc"
strExec = strPath & "ppview32.exe /a " & strDoc
taskID = Shell(strExec, vbMaximizedFocus)
If you substitute ppview32.exe with wordview.exe, I thik it'll work. However, I haven't tried it.
Herman :-Q