Trying to open a File

  • Thread starter Thread starter Steved
  • Start date Start date
S

Steved

Hello from Steved

I'm trying to load a "PRN" file into "Word" please

My Attempt is below

Sub RaceArchiving()
ChangeFileOpenDirectory "C:\racebase\"
ActiveDocument.FileName:="PRED1.PRN"
End Sub
Thankyou
 
Hello Susanne

If I double click on PRED1.PRN, it will open in Word as this is what I have
Done,
Yes "PRN" as you correctly say is a print file, which I do send this to the
printer, but sometimes the text needs changing hence the opening of this file
in word.
 
If the text needs changing edit the original document and regenerate the prn
file.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top