View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.vb.general.discussion
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default How to set programmatically focus on specified Excel row?

Just select a different cell or row.

#1. rows(17).select
#2. range("b92").select



Jack wrote:

Hello,
1.
How to programmatically move focus from one Excel row into next one?
2.
How to programmatically make cell an ActiveCell?

Your thoughts appreciated,
Jack


--

Dave Peterson