This should work according to another stack overflow post but its not:
Dim arrWsNames As String() = {\"Value1\", \"Value2\"}
Can anyone let
Try this:
Dim myarray As Variant myarray = Array("Cat", "Dog", "Rabbit")