Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. scroll to a certain row in Excel?

scroll to a certain row in Excel?

Scheduled Pinned Locked Moved C#
comquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    novadProt
    wrote on last edited by
    #1

    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 ?

    N 1 Reply Last reply
    0
    • N novadProt

      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 ?

      N Offline
      N Offline
      Nicholas Cardi
      wrote on last edited by
      #2

      Application.Goto (ActiveWorkbook.Sheets("Sheet2").Range("E6")) Forever Developing

      N 1 Reply Last reply
      0
      • N Nicholas Cardi

        Application.Goto (ActiveWorkbook.Sheets("Sheet2").Range("E6")) Forever Developing

        N Offline
        N Offline
        novadProt
        wrote on last edited by
        #3

        it works!!! Thanks very much

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups