Thread: VB Code
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default VB Code

Hi,

That isn't code, they are events relating to spin buttons from the Controls
toolbox that could contain some code.

Mike

"Hassan" wrote:

I found this code in one of my received file, could somebody help for what
this code is:

Private Sub SpinButton1_Change()

End Sub
------------------------------------------------------
Private Sub SpinButton21_Change()

End Sub
------------------------------------------------------
Private Sub SpinButton23_Change()

End Sub
------------------------------------------------------
Private Sub SpinButton7_Change()

End Sub
------------------------------------------------------