Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
In-cell text problem
#4
You could do something like this:
Macro Macro19
Code:
Copy      Help
out
;ex1
str TEXT
TEXT="TEST[]TEST2"
out TEXT

out "============="

;ex2
ExcelSheet  chkExcel.Init("")
,,,chkExcel.GetRangeInfo("<sel>" 0 0)
TEXT=chkExcel.Cell("<sel>" 1 3)
TEXT.findreplace("[" "")
TEXT.findreplace("]" "[]")
out TEXT


Messages In This Thread
In-cell text problem - by BK - 04-02-2019, 06:54 AM
RE: In-cell text problem - by Gintaras - 04-02-2019, 10:51 AM
RE: In-cell text problem - by BK - 04-02-2019, 11:23 AM
RE: In-cell text problem - by Start_Learning - 04-05-2019, 03:35 AM

Forum Jump:


Users browsing this thread: 3 Guest(s)