è possibile comandare una macro con un comando vbs?
io ho fatto cosi ma mi dice impossibile trovare macro1
filePath = "c:\Test.xls"
Set xl = CreateObject("Excel.Application")
XL.Visible = True
xl.Workbooks.Open(filepath)
xl.Run "macro1"
xl.Quit
Set xl = Nothing