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

    .PasteAndFormat Issue

    Thanks PHV and SkipVought, @PHV - When I did initially try it that way it did not work. I worked it out myself in the end. Thank you both for your input. Louis
  2. LCJ18786

    .PasteAndFormat Issue

    Could someone please tell me how I can paste text using ".PasteAndFormat (wdFormatSurroundingFormattingWithEmphasis)" from a variable called copyBody into the range of two bookmarks in Word. I have written code on how I would like it to work - copyBody =...
  3. LCJ18786

    Finding all formatted text

    I was wondering if anybody could provide me with any sugguestions on how to solve my scenario in the most quickest and effective way. I have loads of templates that were created in Word 2003 and are now being copied over to Word 2010 to be saved as a .docx I wrote a macro that would find text...
  4. LCJ18786

    Won't exit out of loop after finding italic text

    Hi Paul, This worked beautifully. Thank you so much. Just for my learning purposes, could you please explain why you choose to use ".Duplicate.Select" and ".Find.Found "? Im still unsure why my method did not initially work?? Louis
  5. LCJ18786

    Won't exit out of loop after finding italic text

    I have a document which selects the range between two bookmarks and then looks for any formatting e.g. bold, italic, bold italic, underline, keep with next, bullets and num etc. The reason for this is I am copying text (unformatted text) to a new document and then reapplying all the formatting...
  6. LCJ18786

    Ribbon Custom Button Image Not Loading

    Just to let you know that I got the answer (see below) "Customization of ribbon from one add-in cannot be changed from another add-in. So what you want to achieve is not possible using VSTO/OOM.
  7. LCJ18786

    Ribbon Custom Button Image Not Loading

    I am working on a ribbon addin for Outlook 2010 using XML and VB callbacks (I have not used the ribbon designer) in Visual Studio 2010. What I want to do is add a custom image to a button loaded by another addin. Using the code below the image appears on a standard button but not on the button...
  8. LCJ18786

    Creating Hyperlink In Email From Word Document

    Thanks. I still have a problem as the link isn't actually being displayed as a hyperlink in the email to a document on our server. Any other ideas?
  9. LCJ18786

    Creating Hyperlink In Email From Word Document

    I need to achieve selecting a button from MS Word and then getting a hyperlink in a email with the full UNC path to a document saved on the server. I so far have achieved selecting a button within MS Word which captures the UNC network path name and document name and stores the full location...

Part and Inventory Search

Back
Top