Macros
How to export data from several host screens to cells in an Excel spreadsheet
A macro can be used to "scrape" specific table data from the current Flex Terminal Emulator host screen, export to cells within a newly created Excel spreadsheet, then repeat this process to traverse multiple host screens. The sample macro code below ...
How to export a host screen to a new Outlook email message
A macro can be used to "scrape" the data from the current Flex Terminal Emulator host screen and export to a newly created Outlook email message. The sample macro code below demonstrates this: Sample Code: Sub Main() Dim outobj, mailobj ' Determine ...
How to export a host screen to Microsoft Word
A macro can be used to "scrape" the data from the current Flex Terminal Emulator host screen and export to a Word document. The sample macro code below demonstrates this: Sample Code: Sub Main() ' Create the Word objects Set objWord = ...
How to record a login macro and automatically run at startup
Running a simple script that logs into the host is a common request, which is easily accomplished following the steps below: Record a Macro: Open the Flex Terminal Emulator workspace, which contains the session that you want to automatically login ...