I have a HTA script which ultimately triggers the vbs portion of the code to call a VBA macro but for some reason I\'m getting this error:
I\'ve already made su
objWorkbook.RunAutoMacros(1)
Include above line of code in HTA code before the objExcel.Run "RefreshConns" line.