Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Add Variables to new row in Excel?
#2
Macro Macro1269
Code:
Copy      Help
;/exe 1

str a = "Varaiable 1"
str b = "Varaiable 2"
str c = "Varaiable 3"

ExcelSheet es.Init
int r=es.NumRows+1

es.SetCell(a 1 r)
es.SetCell(b 2 r)
es.SetCell(c 3 r)


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)