View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] jeff.j.griffith@gmail.com is offline
external usenet poster
 
Posts: 22
Default Hide Spin Button

I'd look into a combination of the Worksheet_SelectionChange event and
the Visible property of the spin button. When the target passed into
the SelectionChange event isn't the linked cell, set Visible = False.


stewdizzle wrote:
Is there a way to hide a spin button when the linked cell is not active?