Hello,

I'm writing a code where you select the named dynamic ranges from one sheet and then the chart is displayed on another sheet. The only thing is, I have 32 different ranges they can choose from.

Does VBE have a limit on how many variables you can have? I'm dimensioning all of my ranges as strings (because of the chart), and then I have a couple worksheets and there may be more that pop up as needed. I would hate to code all 32 and then have VB tell me it can't think that hard!

Thank you!

katie