Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have written macros to retrieve data from a 3270 system through an emulator
(Extra! Enterprise 2000). When accessing the data I need this code in my modules, Set sys = CreateObject("EXTRA.System") sys.TimeoutValue = 20000 Set sess = sys.ActiveSession Set MyScreen = sess.Screen I can then get data using row/column coordinates to insert in my spreadsheet. I would like to do the same thing, but this would be using a web based (TN3270 connection) through IE, which I believe is already an emulator. Can someone tell me know how I would need to setup my macro to do this. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA - createobject - If | Excel Programming | |||
How To CreateObject In VB To AutoCad | Excel Programming | |||
CreateObject Question | Excel Programming | |||
CREATEOBJECT Using VB | Excel Programming | |||
Difference between NEW and CREATEOBJECT? | Excel Programming |