I recorded a macro in Word and collected the VBA code. I would like to convert it to VBScript so I can run it as a stand-alone script.
Here is the VBScript I wrote:
dim filesys, pathstring
set filesys=CreateObject("Scripting.FileSystemObject")
pathstring = filesys.GetAbsolutePathName("c:")...
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.