I have a text processing VBS file that takes a text file and turns it into a comma delimited file which I then copy into Excel. Because I want to distribute this in order to make it as simple as possible it would make sense to put the whole thing into the spreadsheet. So my questions:
1. Does VBA support Regular Expressions like VBS?
2. Is there any sort of VBS to VBA translator out there?
3. If I can't get Regular Expressions to work in Excel, how do I call the VBS script from a sub procedure in Excel?
Thanks in advance for your help!
Onwards,
Q-
1. Does VBA support Regular Expressions like VBS?
2. Is there any sort of VBS to VBA translator out there?
3. If I can't get Regular Expressions to work in Excel, how do I call the VBS script from a sub procedure in Excel?
Thanks in advance for your help!
Onwards,
Q-