Thread
: [Solved]
Save As PDF Macro/VBA with Predetermined File Name
View Single Post
10-29-2014, 08:09 AM
fumei
Windows 7 64bit
Office XP
Expert
Join Date: Jan 2013
Posts: 440
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).
fumei
View Public Profile
Find all posts by fumei