FWIW - I had a method that looked like this

Code:
    Public Sub WontCollapse(Optional para As String = "")

    End Sub
The important part is that it won't allow the method to collapse with one Optional argument.