I am having a problem with a vbscript running an excel macro. The goal here is to have the script run a macro which imports a CSV file into a user's currently open workbook. Here is my code:
Set oExcel = GetObject(,"Excel.Application")
oExcel.Run "ImportCSV" 'runs the macro ImportCSV...
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.