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 strongm 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: kittsi
  • Content: Threads
  • Order by date
  1. kittsi

    VBScript - looping through select options on post back

    I have a select options in HTML. On post back I want to loop through this select and get all the values in it. How would I do that in vbscript, I can find anything. I've tried accessing via document.{form}.{select name} but that doesn't work. Any other ideas? <td align="center"> <select...
  2. kittsi

    &quot;Automation Error - Interface Not Registered&quot; in VB with DLL

    I have a DLL that essentially opens a Word doc, runs some basic Word commands such as finding text and replacing it, adding on a cover page. The code then prints the Word doc to a .ps file and then converts it to a PDF. We've upgraded our web servers to go from Server 2000 to 2003 and Word...
  3. kittsi

    Search for page break

    I'm trying to search for a page break (a regular page break) in a Word doc through VBA. I have the code to search for a next page break (shown below) it's "^b", but this skips over regular page breaks. Does anyone know the text to search for regular page breaks? With...

Part and Inventory Search

Back
Top