Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dmikester1

  1. dmikester1

    Converting VBA snippet to VBScript

    Thank you very much. That worked perfect! Mike
  2. dmikester1

    Converting VBA snippet to VBScript

    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:")...

Part and Inventory Search

Back
Top