compile error Expected End Sub

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shoaib behrooz
    New Member
    • Nov 2015
    • 1

    compile error Expected End Sub

    microsoft visual basic for application : compile error Expected End Sub
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    Your thread has been moved to the vba forum.

    Pretty simple error message, it's expecting end sub but it's not where it's expecting it. That's all we can say because you haven't posted any of your code.

    Comment

    • NeoPa
      Recognized Expert Moderator MVP
      • Oct 2006
      • 32661

      #3
      As Rabbit says, you need to post your code for us to help with your code. The error message explains the type of error that's occurring. It seems you need help to find where and why that is in your exact code. Without your code that would be very difficult.

      Comment

      Working...