LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default CreateObject setup

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VBA - createobject - If ina Excel Programming 2 May 16th 06 09:35 AM
How To CreateObject In VB To AutoCad KinCheong Low via OfficeKB.com Excel Programming 0 January 20th 05 03:43 AM
CreateObject Question ibeetb Excel Programming 0 July 20th 04 12:23 AM
CREATEOBJECT Using VB Karthik[_2_] Excel Programming 2 June 16th 04 09:08 PM
Difference between NEW and CREATEOBJECT? Mark[_36_] Excel Programming 3 February 19th 04 02:26 PM


All times are GMT +1. The time now is 08:19 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"