Search found 1 match

by eyalfluk
Tue Feb 24, 2009 2:10 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: VBA code for Integrated Login
Replies: 8
Views: 8463

VBA code for Integrated Login

Hello, I have often used this piece of vb code for connecting to TM1 from an Excel application (using TM1 Dll functions): Public Function Connect(AdminHost As String, ServerName As String, UserName As String, Password As String) As Long Dim hUser As Long Dim hServer As Long hUser = TM1SystemOpen() T...