IDE Interprets End sub in Literal String as actual End Sub even tho it is in literal string ($" "$)
Is there any workaround anyone is aware of?
Is there any workaround anyone is aware of?
Dummy Code:
Dim myString As String = $"String starts.
End Sub
Also this is a multiline string.
End Sub this is the last line of string.
"$