I am comparatively new to VBA programming.Till now, all the variables I have used were of type "Dim".

I now have to use a string variable in VBA.How to declare a string variable?
The variable may have a value "DL" or "LL".It needs to be one dimensional array variable.

Please , please help!!