Help! 
In file SampleCode.xlsm, is necessary insert the SessionToken in range B4:
Function GetSession() As String
' read from sheet
GetSession = Sheet1.Cells(4, 2).value
End Function
I have the Appkey, Username and Password, but i need a automatic SessionToken find, using these three variables.
Anyone knows a code for this, to replace the code GetSession = Sheet1.Cells(4, 2).value ??

In file SampleCode.xlsm, is necessary insert the SessionToken in range B4:
Function GetSession() As String
' read from sheet
GetSession = Sheet1.Cells(4, 2).value
End Function
I have the Appkey, Username and Password, but i need a automatic SessionToken find, using these three variables.
Anyone knows a code for this, to replace the code GetSession = Sheet1.Cells(4, 2).value ??


Comment