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
------------------------------------------------------
|