Well it's not really specific to VBA, it's more to programming.
Sometimes, I have more trouble with what looks simple...
I want to create a string of the type: "=(A+B+C+D)"
A,B,C and D are optional, meaning the user can select whichever they want using checkboxes.
Here's a simplified...