I need to make an Excel add-in active/run at workbook startup....need code
The add-in with parameter is: "OPCS7200ExcelAddin.XLA!StartOPC"
Have been given this code:
Private Sub Workbook_Open()
Call Excel.Application.Run("OPCS7200ExcelAddin.XLA!StartOPC")
End Sub
does not work
help??