Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Excel Single Row Checking
#19
Please read ExcelSheet.GetRangeInfo help, it will give most answers. Click GetRangeInfo in code and press F1.

Macro Macro2494
Code:
Copy      Help
ExcelSheet y.Init
int usedColumn1 usedColumnCount
y.GetRangeInfo("<used>" usedColumn1 0 usedColumnCount)
out F"{usedColumn1} {usedColumnCount}"
;select cell in the first unused column in the selected row
int row1
y.GetRangeInfo("<sel>" 0 row1)
y.SelectCell(usedColumn1+usedColumnCount row1)
act "Excel"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)