Salve a tutti.
Sto provando a scrivere un'applicazione che si serve di un modulo di classe. In tale modulo gestisco un array di stringhe ed utilizzo le seguenti proprietà:

Private mstrvettString() As String

Public Property Get vettString() As String()
vettString = mstrvettStrig
End Property

Public Property Let vettString(VvettString() As String)
mstrvettString = VvettString
End Property

Quando vado a creare il mio file exe (File - Crea Prog2.exe) mi ritorna l'errore scritto nell'intestazione come posso fare?
Grazie in anticipo