scroll to a certain row in Excel?
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Using Com interop, I open an Excel worksheet. With Range's Find - method I search for a certain cell. So far so good. Now the user should be able to edit this cell. But how can I make Excel scroll to that cell ?
Application.Goto (ActiveWorkbook.Sheets("Sheet2").Range("E6")) Forever Developing
-
Application.Goto (ActiveWorkbook.Sheets("Sheet2").Range("E6")) Forever Developing