When using the new API - I get the following error when selecting the market for the first time (after logging in OK):
Compile error - variable not defined:
The following error text appears in the debugger:
'Initialize and ensure logged in
Private Sub UserForm_Initialize()
Dim lngFirstSport As Long
'Attach the images
Set tvwMarkets.ImageList = ImageList2
'initialise the tree
Call Refresh
End Sub
As a newbie I have no idea what the problem is!
Compile error - variable not defined:
The following error text appears in the debugger:
'Initialize and ensure logged in
Private Sub UserForm_Initialize()
Dim lngFirstSport As Long
'Attach the images
Set tvwMarkets.ImageList = ImageList2
'initialise the tree
Call Refresh
End Sub
As a newbie I have no idea what the problem is!


Comment