Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Excel es.setsell removes line breaks/carriage returns
#5
Here is my code. The variable is a random piece of information that constantly changes. It's not something that I can manually set.
Code:
Copy      Help
str textvariable

;;pdf editor
int w3=act(win("" "PXE:{C5309AD3-73E4-4707-B1E1-2940D8AF3B9D}"))

textvariable.getsel

int w1=act(win("" "XLMAIN"))
ExcelSheet es.Init
es.Activate(4) ;;activate Excel

es.SetCell(textvariable 1 1)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)