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

  1. flagisup

    send mail with cell contents

    You can do this from within outlook using vba. See example that follows Public Sub ReadExcelOutEmail() Dim RetVal, Ans6 Dim myOLApp As Outlook.Application Dim myitem As Outlook.MailItem Dim exlApp As Object, objResultsSheet As Object, objWorkBook As Object...
  2. flagisup

    Loop to update Duplicates

    Laman, are you referring to all the queries under the query folder that have a name with the partial name 'DupRecords' and each has a field5 that you want to update except for the first one?
  3. flagisup

    automate msxml downloads to user machine

    I have a project on brinkster that I wanted a fellow employee to execute but they did not have the necessary msxmlx.dlls on their machine is it possible to have this downloaded or accessed during the program execution and be transparent to the user?

Part and Inventory Search

Back
Top