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