Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Looking for a value in Excel
#16
Another function is Select. Don't know more.

Or use Range object instead of string.

Macro Macro1273
Code:
Copy      Help
Excel.Range r=es.ws.Range("A1")
;r.Select
es.ws.Application.Goto(r)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)