Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
In-cell text problem
#1
The result values of "ex1" and "ex2" are different.
What should I do if the result of "ex2" is equal to "ex1" when I read the cell of Excel?

The result value of "ex2" must be the same as "ex1".

Macro Macro4
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>" 0 3)
out TEXT


 


Attached Files Image(s)
   


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)