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 Chriss Miller 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. tombaraider

    Acrobat form field

    Can someone please tell me how to put an expandable field at the end of a form? The field is for pasting any size text, from one line, to many paragraphs. But no matter what is pasted in the field, the field will expand.
  2. tombaraider

    Word 2016 Styles

    When modifying certain styles, in the Modify Style dialog, the Style Type is grayed out and cannot be changed. I've looked at this in several different documents. Some styles' Style Types can be changed but most cannot. Can't find anything definitive online addressing this topic. Can someone...
  3. tombaraider

    How do I get results from comparing two Excel files

    I have 2 files with a list of names (among other info). How can I create one spreadsheet list showing only the names (records) that exist in both files?
  4. tombaraider

    Outlook 2010 Incoming Messages

    When my client opens messages in Outlook the senders' signature blocks are double spaced and also formatting such as bold and italics sent from original sender do not render for the recipient. Does anyone know how to fix this? HTML is set under Options:Mail:Compose Messages.
  5. tombaraider

    LAST TIME: HOW DO I MAKE THIS MACRO LOOP

    Sorry for not making things clearer in my previous posts and my explanation as to why the problem has not been solved would be too wordy. So I apologize for my previous posts on this and truly appreciate previous input. I finally have this macro perfected like I want. The macro was created in...
  6. tombaraider

    How to make this macro loop #2

    Can someone please tell me what needs to be added to this macro to make it loop til the end of any document I run it in? Thanks. Selection.Find.ClearFormatting With Selection.Find .Text = "REPORT" .Replacement.Text = "" .Forward = True .Wrap = wdFindContinue...
  7. tombaraider

    How to make this Word macro loop?

    I have a client who created a macro in Word that finds the word 'Report', then forces a new page at every occurrence it finds. He needs to make the macro loop til the end of any document he runs it in. I researched this and found that the macro only needs a couple of short lines of new code but...
  8. tombaraider

    Excel duplicates problem

    I have an Excel spreadsheet with over 9,000 records. Many are duplicates that need to be removed. The spreadsheet has a Name column and a column called Comp Level, where some entries for this column are of a red font. I need to remove all duplicates where a Name has a red Comp Level entry. How...

Part and Inventory Search

Back
Top