View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
transferxxx transferxxx is offline
external usenet poster
 
Posts: 11
Default Worksheet change event - Spinner button

Pls show me how as i'm using a standard spinning button


"John Bundy" wrote:

Can you not put the code in your spin up and spin down commands?
--
-John
Please rate when your question is answered to help us and others know what
is helpful.


"transferxxx" wrote:

Private Sub Worksheet_Change(ByVal Target As Excel.Range)
If Target = Cells(1, 1) Then Filternonblank
End Sub

The above macro does not work when changing cell A1 value with a spinner
button
Can anybody help pls