Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Simple (I hope) Cut and Paste from Text File to Excel.
#3
try this
Code:
Copy      Help
opt slowkeys; spe 1000
ExcelSheet esWorkTab.Init("WorkTab")
int w=wait(1 WV win("TestApp" "HwndWrapper[TestApp.exe;*"))
str views

;;;Copy the Report
lef 658 166 w 1
'Ca
views.getsel

;;;Paste selection to cell H1 of WorkTab.
esWorkTab.SelectCell("H1")
esWorkTab.Activate(4)
1
key A{hvt} ;;works, pastes


Messages In This Thread
RE: Simple (I hope) Cut and Paste from Text File to Excel. - by Kevin - 10-03-2019, 02:41 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)