H hasexxl1988 Active Member Licensed User Longtime User Jun 12, 2012 #1 Hello, I wanted to ask whether a solution to my problem who has. The app can not store the value in the String. Dim names1 (1 To 115) As String names (3) = "Robert" names (4) = "Manuel" Thanks in advance
Hello, I wanted to ask whether a solution to my problem who has. The app can not store the value in the String. Dim names1 (1 To 115) As String names (3) = "Robert" names (4) = "Manuel" Thanks in advance
R Roger Garstang Well-Known Member Licensed User Longtime User Jun 12, 2012 #2 I think your first issue may be the 1 to 115 stuff. Then you dim names1 and try to set names. See 10.3.2 in Beginners Guide manual. Upvote 0
I think your first issue may be the 1 to 115 stuff. Then you dim names1 and try to set names. See 10.3.2 in Beginners Guide manual.