E
erindyl
Guest
Hi, I’m trying to set access up so that I can screen scrape from a telnet session (RUMBA) and I am getting the following error message.
Runtime Error ‘424’
Object Required
I’m really not an expert at writing in VB or VBA, but I do understand the basics. Heres an example of the code I wrote :
Function SreenScrape()
Dim Sess0 As Object
Dim myvalue As Variant
Set Sess0 = GetObject("C:\Program Files…program.wdm")
myvalue = Sess0.Screen.select(5, 10, 5, 20)
End Function
Am I doing something shockingly wrong, or is this a minor mistake?
Jarrod
Runtime Error ‘424’
Object Required
I’m really not an expert at writing in VB or VBA, but I do understand the basics. Heres an example of the code I wrote :
Function SreenScrape()
Dim Sess0 As Object
Dim myvalue As Variant
Set Sess0 = GetObject("C:\Program Files…program.wdm")
myvalue = Sess0.Screen.select(5, 10, 5, 20)
End Function
Am I doing something shockingly wrong, or is this a minor mistake?
Jarrod