View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default If Worksheet Active, Go To Cell A1

The event when worksheet gets activated is Worksheet_Activate()

If this post helps click Yes
---------------
Jacob Skaria


"G" wrote:

I'm trying to find the event that will trigger the setfocus (to A1) if
worksheet x is active. Is there a way to move to a cell if worksheet x is
active?

Thanks, in advance, for your help.

G