RUNTIPROCESS is not recognised in VBA code Tm110.1.1
Posted: Tue Feb 26, 2013 1:43 am
Hello All,
Version TM 1 :10.1.1
Excel :2007
I am trying to perform an activity to run a process using VBA code to execute TM1 process on the server
as i have parameters which i need to pick up from an excel worksheet.
i am using following syntax to execute
sTIRun = RunTIProcess("Tm1Server", "test_ug", Spar1, Spar2)
i get a compile Error: sub or Function not defined. and it gets highlighted at RunTIProcess.
1. Am I Missing anything?
2. I checked the Tm1p.xla is added in add-ins. and server is connected.
Version TM 1 :10.1.1
Excel :2007
I am trying to perform an activity to run a process using VBA code to execute TM1 process on the server
as i have parameters which i need to pick up from an excel worksheet.
i am using following syntax to execute
sTIRun = RunTIProcess("Tm1Server", "test_ug", Spar1, Spar2)
i get a compile Error: sub or Function not defined. and it gets highlighted at RunTIProcess.
1. Am I Missing anything?
2. I checked the Tm1p.xla is added in add-ins. and server is connected.