I want to create an one-dimensional array with Strings and I tried this code:
Dim sheets_names_array() As String = { "Sheet1", "Sheet2" }
but I get a 'Compile error: Syntax error' when trying to run the code.
What is my error? Many thanks, Electra