Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. HighPlainsGrifter

    Hide Word or Prevent Flashes After a Userform and While Opening new fi

    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...
  2. HighPlainsGrifter

    Pause a Macro to Enable Document Edit While Running

    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...
  3. HighPlainsGrifter

    Variable Image similar to Legacy Form Field for Text

    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...
  4. HighPlainsGrifter

    Word 2010 Form Field Default Text not updated by macro

    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...
  5. HighPlainsGrifter

    Word 2010 Select only bulletted text to alter formatting

    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...

Part and Inventory Search

Back
Top