Hi ,
i have the follwing code that enables me to set the name of a string:

"STRlist" + "_" & (z - 1)

if, z was one then the name would be STRlist_1

what i want to do is use this as the name of a string and dim it:

dim "STRlist" + "_" & (z - 1) as String

if z was constant then it would be dim STRlist_1 as String

can anyone help please

thanks