Problem I am using the code below to capitalize words in a string. I do not want conjunction words capitalized, […]
Tag: vbscript
Right-trimming text files
Problem below vbscript code took me 3hours just to complete trimming whitespaces of a 24MB file any tips to speed […]
Loading text into an array when fields are in random order
Problem This script reads records from a CSV file of customer names and addresses. The first record of the file […]
Extracting data from a Word document is too slow
Problem I have a 100page long .docx format document. I’m using a macro written in VBS to extract some information […]