Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Refer to Excel Cell or Range Directly
#2
Macro Macro2462
Code:
Copy      Help
ExcelSheet es.Init
;1) I need to directly refer to a particular excel cell by its reference like A1, B45 etc.
es.SelectCell("C5")
;2) How do I obtain the row number of the activecell?
int c r
es.GetRangeInfo("<sel>" c r)
out F"{c} {r}"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)