Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Send data from Excel to another program
#2
Macro Macro2720
Code:
Copy      Help
run "notepad.exe"; 0.5
spe 10
ExcelSheet es.Init
ARRAY(str) a
es.CellsToArray(a)
int r c nCol=a.len(1)
for r 0 a.len
,key (a[0 r])
,for(c 1 nCol) key " | " (a[c r])
,key Y


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)