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 and thank you!
The purpose of joining the data is of prep-work character, and will be used in another program. My job is to provide the data from my system.
The number of workbooks is 13 and they all have headings.
Column A and B in each separate workbook are all related where "Date" is in...
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.