Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Opinicus[_2_] Opinicus[_2_] is offline
external usenet poster
 
Posts: 97
Default converting TO .docx

On Fri, 26 Mar 2010 18:31:07 +1000, "Doug Robbins - Word MVP"
wrote:

A macro containing the following code will convert all of the files in the
folder C:\Test


Wow! Thanks Doug. Once I got rid of the carriage return after the & it
worked like a charm.

--
Bob
http://www.kanyak.com

Modify the line of code that contains that folder name to suit where you
have the documents located.

Dim myFile As String
Dim PathToUse As String
Dim myDoc As Document
PathToUse = "C:\Test\"
Documents.Close SaveChanges:=wdPromptToSaveChanges
myFile = Dir$(PathToUse & "*.rtf")
While myFile ""
'Open document
Set myDoc = Documents.Open(PathToUse & myFile)
myDoc.SaveAs PathToUse & Left(myDoc.Name, InStr(myDoc.Name, ".")) &
"docx", wdFormatDocumentDefault
myDoc.Close
'Next file in folder
myFile = Dir$()
Wend

 
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting FROM .tiff TO .doc or .docx Foxter Microsoft Word Help 4 December 18th 14 07:25 PM
Converting equations from docx to doc newbiehere Microsoft Word Help 1 November 5th 09 06:23 AM
converting .docx to .doc kevlin55 Microsoft Word Help 2 March 11th 09 06:08 AM
Converting docx into doc John Smith New Users 2 August 9th 06 03:27 PM
Converting .Docx File Into .Doc EDD Microsoft Word Help 1 March 2nd 06 08:42 PM


All times are GMT +1. The time now is 06:59 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"