View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] excel5336@gmail.com is offline
external usenet poster
 
Posts: 2
Default find and scroll to cell string value in Excel

I am trying to program a simple button in Excel to "jump" to a specific Title cell. However, because this worksheet will have rows added and deleted, moved about, this title cell must be programmed by the string (Title) within it, not the cell alpha+number.

Seems so simple, yet I cannot find the syntax for finding a cell by string and then going to that cell.

Thank you in advance for any help!