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

    Help retrieving text after InStr

    Hi, I have the following code for reading and searching for string in saved .msg files: Set ol = CreateObject("Outlook.Application") Set fso = CreateObject("Scripting.FileSystemObject") Dim strSearchFor strSearchFor = "Ex date:" For Each f In fso.GetFolder("\Test mail").Files If...
  2. scooby99

    Joining excel columns after each other

    Hi, I have several excelfiles containing data in column A and B. I would like to have a vbs script joining all of them in a summary file, so that first file goes into column A and B. Next excel file column go into C and D and so on. Thankful for any help

Part and Inventory Search

Back
Top