| Computing.Net: Over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to sign up now, it's free! |
Search and Replace multiple docx
|
Original Message
|
Name: peters_1863
Date: August 20, 2008 at 01:50:56 Pacific
Subject: Search and Replace multiple docxOS: XPCPU/Ram: 3/2Manufacturer/Model: Dell |
Comment: Hi there, I'm working with Microsoft's Office 2007 and I need to search and replace a text in multiple documents which are located in subdirectories. I am looking for a Search and Replace Tool, that allows me to replace in several docx documents. The existing ones do not work (or are way too expensive.) I've found a tool for 2003 but it doesn't work in Word 2007. http://word.mvps.org/FAQs/MacrosVBA... Does anybody have an idea? Thanks. Peter. Thanks, Peter
Report Offensive Message For Removal
|
|
Response Number 1
|
Name: DerbyDad03
Date: August 20, 2008 at 08:53:33 Pacific
|
Reply: What doesn't work with the macro that was written for 2003? I don't do too many Word macros and I don't have 2007, but I do see one thing that pops out at me. The code is looking for .doc files, but you want to make changes to .docx files. Try changing this line: myFile = Dir$(PathToUse & "*.doc") to myFile = Dir$(PathToUse & "*.docx")
Report Offensive Follow Up For Removal
|

Post Locked
This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
Go to Office Software Forum Home
Results for: Search and Replace multiple docx
Find and replace Summary: I just need a quick reminder. What keystrokes will find any given text and replace it? thanks ...
www.computing.net/answers/office/find-and-replace/1195.html
Unknown cell format in cells with n Summary: It is the EUR that is stopping th @value() function from working. Do a search and replace and eliminate the EUR and I think you will find the @value() function works. Stuart ...
www.computing.net/answers/office/unknown-cell-format-in-cells-with-n/5123.html
Inserting info to word doc with VBA Summary: I found that the search and replace functions using Word with Visual Basis a bit cumbersome and a little on the slow side. The solution I used was to use an RTF file as a template. Load the template ...
www.computing.net/answers/office/inserting-info-to-word-doc-with-vba/5322.html