Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Excel es.setsell removes line breaks/carriage returns
#8
Maybe these line breaks are nonstandard. For example my Excel removes single CRs.

Macro Macro1023
Code:
Copy      Help
str textvariable
textvariable="line[]line" ;;standard
outb textvariable textvariable.len 1
textvariable="line[13]line" ;;nonstandard
outb textvariable textvariable.len 1


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)