Hi people,
I have a Word 2010 macro which allows a user to choose a target folder (via a userform) and which will then apply the same changes to every document in that folder. In order for any user to run the macro, I have pasted it from my personal macro and put it in a document. When the user...
Hi, people!
I have a macro which will open every file in a folder and will call another macro to perform the same action to each file:
Option Explicit
Dim scrFso As Object 'a FileSystemObject
Dim scrFolder As Object 'the folder object
Dim scrSubFolders As Object 'the subfolders collection...
I am using legacy form fields to allow variable text in a series of templates. Users will use a third party program to access the letters (they are all .doc files) and the form fields complete with relevant details. If the information for the form field is not entered, they can double click the...
Hello People,
I have written a macro to correct some basic syntax errors in form fields used in a large number of documents. Another macro ensures that this one is run on each document in a given folder. This macro will check through the document for specific known errors in the default text of...
Hello people,
I am correcting the formatting on a series of documents, and have written a macro to open each document in turn, and do things to them. One of the things I would like to do is to put a space of 10 points before and after each paragraph of all text that is not bulleted, or...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.