C
Cor van der Bliek
Why is this code in my module wrong?
Public Persfile As String
Public Sub AutoNew()
Set Persfile = "C:\"
UserForm.Show
End Sub
I simply want to declare a stringvariable for all my procedures.
Thanks.
Public Persfile As String
Public Sub AutoNew()
Set Persfile = "C:\"
UserForm.Show
End Sub
I simply want to declare a stringvariable for all my procedures.
Thanks.