Hi All,
I'm using the new spreadsheet and looking to migrate across a bunch of calculations from the older version (that worked fine without any hiccups) but have been having difficulty getting the new spreadsheet operational.
For example, once I've entered the app and sessions keys I click 'login' and get the 'logged in OK' message.
Then I click 'select market' and the spreadsheet bites it. The Debugger opens up and I get the following error:
Compile error
Variable not defined.
The code it points to is:
'Initialize and ensure logged in
Private Sub UserForm_Initialize() <--(this is highlighted)
Dim lngFirstSport As Long
'Attach the images
Set tvwMarkets.ImageList = ImageList2
'initialise the tree
Call Refresh
End Sub
So to make matters worse I am no programmer and any help that is aimed at a simple quick fix will make me very happy!
Thanks all!
I'm using the new spreadsheet and looking to migrate across a bunch of calculations from the older version (that worked fine without any hiccups) but have been having difficulty getting the new spreadsheet operational.
For example, once I've entered the app and sessions keys I click 'login' and get the 'logged in OK' message.
Then I click 'select market' and the spreadsheet bites it. The Debugger opens up and I get the following error:
Compile error
Variable not defined.
The code it points to is:
'Initialize and ensure logged in
Private Sub UserForm_Initialize() <--(this is highlighted)
Dim lngFirstSport As Long
'Attach the images
Set tvwMarkets.ImageList = ImageList2
'initialise the tree
Call Refresh
End Sub
So to make matters worse I am no programmer and any help that is aimed at a simple quick fix will make me very happy!
Thanks all!




Comment