View Single Post
 
Old 10-29-2014, 08:09 AM
fumei fumei is offline Windows 7 64bit Office XP
Expert
 
Join Date: Jan 2013
Posts: 440
fumei is on a distinguished road
Default

Private Sub CommandButton1_Click()
Sub Demo
.......
..........
.....
End Sub


TWO starts - Sub
ONE termination - End Sub

Therefore "Expected End Sub"

As Cosmo mentions, remove one start (the Sub Demo).
Reply With Quote