View Single Post
  #9   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default How to programmatically set a focus on the selected cell?

Something has to be selected. You could select a different range (out of the
visible area???) or select an object.

But I think Jim's point was that if you don't include .select's in your code,
you don't have to worry about going back to where you started.

Jack wrote:

reversing my original question:
How to remove programmatically focus (rectangle) from the cell?
Jack

"Jack" <replyto@it wrote in message
...
Hi,
Using Excel automation, how to set a focus (rectangle around the
cell) , by specifying Column No and Row No.?
Thanks,
Jack


--

Dave Peterson