Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Checking Against Excel List via QM
#11
Click CellsToArray in the code editor and press F1 or look in status bar. It shows
Quote:range examples: "" (all), "3:3" (row), "C:C" (column), "A1:C3" (range), "sel" (selection), ExcelRow(row) (row as variable). flags: 1 date as number, 2 formula, 3 text
Macro Macro2575
Code:
Copy      Help
ExcelSheet es.Init

;es.SelectRange("G:G") ;;don't need for CellsToArray
ARRAY(str) a
es.CellsToArray(a "G:G")
;es.CellsToArray(a "sel") ;;if need intersection of selection and used range
out a.len


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)