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 TouchToneTommy 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: *

  • Users: lpeder6
  • Content: Threads
  • Order by date
  1. lpeder6

    How to reset the value of a hidden HTML element

    I'm working with code developed by another unknown person that gathers data with an HTML form embedded within a VBScript, validates the data, then closes the form once all data is valid. Here's the form part of the HTML code: ' Create IE object and set its appearance Set objIESignon =...
  2. lpeder6

    moving an image within a Word document

    I'm trying to locate an image (a company logo) within a Word doc so that it can be moved from its current position to a new one. I think I'm close, but the code below is not locating any images: For Each p In objWrd.ActiveDocument.InlineShapes sMyPar = p.Count Next p Any ideas on how I can...
  3. lpeder6

    How to determine the value of Microsoft Word 2010 constants

    This is in relation to my previous post modifying and formatting microsoft word document. I'm working on some code from another developer who is no longer with the company. He created a script to find text, use HomeKey and EndKey, and move things around. To learn more since I can't ask him...
  4. lpeder6

    modifying and formatting microsoft word document

    I have a project that was created by another developer and it's my task to fix it as it isn't working properly. There are users running an application to process medical claims. If there's anything that doesn't seem right, they are to generate a correspondence letter requesting further...

Part and Inventory Search

Back
Top