Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Jody Mills   on Nov 30 In MS Office Category.

  
Question Answered By: Aadi Martin   on Nov 30

The last Reflection scripts I wrote were about 6 years ago, but maybe the syntax
hasn't changed. To move the cursor to a particular row & column, use

Application.MoveCursor <row>,<column>

as in the following code fragment:

'enter the ICST function at row 1, column 8
Application.MoveCursor 1, 8
Application.TransmitANSI "ICST"
'enter item 69100 to select the user's specified cost type.
Application.MoveCursor 2, 8
Application.TransmitANSI "69100"
Application.TransmitTerminalKey rcIBMEnterKey
Application.WaitForEvent rcKbdEnabled, "90", "0", 1, 1
Application.WaitForEvent rcEnterPos, "90", "0", 7, 48

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Using Excel VBA on Terminal Emulators Or get search suggestion and latest updates.


Tagged: