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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tater929

    VBScript Running Excel Macros

    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...

Part and Inventory Search

Back
Top