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 Wanet Telecoms Ltd 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: dfhainsd
  • Content: Threads
  • Order by date
  1. dfhainsd

    Look Up Dialog using Listbox

    I would like to enter a contacts last name in a textbox and have the listbox respond like the combobox does when you enter charactors into it? Any suggestions... Thanks in advance Domonic domonic@dfha.com
  2. dfhainsd

    Old Question- Filter Listbox based on Text Box on form

    I am sure this question has been answered 1000's of times before... I need to have the listbox show records based on the last name. As user begins to type in the Textbox I would like the List box to show records based on the charactors. I assume this code would be in the afterupdate event...
  3. dfhainsd

    I created a script using Word VBA.

    I created a script using Word VBA. The script includes code to extract ranges from the document as well as save the document in a different directory. The orginal document is removed using the KILL function. The process was fast when I first started using the Macro, however it has become...
  4. dfhainsd

    Floppy Drive Runs When Opening Document

    When I open certain documents with Word, the computer searches the Floppy Drive for a second. This does not happen with all documents - just certain document. The template for these documents do the same thing. The normal template does not. Any ideas on stopping this or what may be causing it...
  5. dfhainsd

    Moving or Deleting Document using VB Code

    I am reviewing documents via code. I would like to move the document after it has been successfully reviewed to a new directory. I can save a copy using SaveAs Command, however I am unable to use DeleteFile Successfully. Any help on how code to move the file Using Word VBA or Deleting the File...
  6. dfhainsd

    Extracting Text from Word Document

    I have about 25,000 file that have various phases before the text I need to collect. For example: Patient Name:<TAB> I need to extract the data to the Paragragh mark. If the phase (Patient Name:)is found in a document, I would like to move the file to a specific directory, and then create a...
  7. dfhainsd

    Extracting Text from a Word Document

    I have about 25,000 file that have various phases before the text I need to collect. For example: Patient Name:<TAB> I need to extract the data to the Paragragh mark. If the phase (Patient Name:)is found in a document, I would like to move the file to a specific directory, and then create a...
  8. dfhainsd

    Extracting Text from a Word Document

    I have about 25,000 file that have various phases before the text I need to collect. For example: Patient Name:<TAB> I need to extract the data to the Paragragh mark. If the phase (Patient Name:)is found in a document, I would like to move the file to a specific directory, and then create a...
  9. dfhainsd

    Reading Text in a Word Document and Lisiting in table

    I have about 25,000 file that have various phases before the text I need to collect. For example: Patient Name:<TAB> I need to extract the data to the Paragragh mark. If the phase (Patient Name:)is found in a document, I would like to move the file to a specific directory, and then create a...

Part and Inventory Search

Back
Top