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