Hi
How to declare a constant array variable of String type in VB/VBA
I've tried doing many things like this bt doesn't work
Const constStrArry() As String = ("string1"), ("string2")
with every similar method, i get error
is it possible to declare constant string array at all in VB?
How to declare a constant array variable of String type in VB/VBA
I've tried doing many things like this bt doesn't work
Const constStrArry() As String = ("string1"), ("string2")
with every similar method, i get error
is it possible to declare constant string array at all in VB?
Comment