Never faced this before, but sure someone has the answer.
Form currently has 10 'named' cells in each of 4 rows. So row 1 has "Open1", row 2 "Open2", etc.
Which means I have forty DIM statements already.
User NOW wants an "automated option" where a click of a button adds more rows. Which means ten more DIMs per row!
Is there a "shortcut" where I can set a "master DIM" (e.g. DIM "Open & i", then set i from 1 to whatever so it cycles through them for as many rows as necessary?
Or has anyone got a better way to solve this?
All inputs welcome whatever approach you can suggest.
Ochimus