I need the name of the variable to be able to be different depending on what is put into a userform. So these are legal documents. The information is based off parties (Plaintifff, Defendant, etc) and their evidence numbers (1, 2,A, B, 2-D etc) but will not be the same on every single document. So on one document, you might have a document that is Plaintiff2 and DefendantA while on another you will have one that is Defendant2 and Plaintiff2. They change.
Later, I will have a function that will pull up every variable that starts with Plaintiff and every variable that starts with Plaintiff and list them. So the values of the varibles for DefendantA and Plaintifff2 will involve information such as their page numbers, which I will be using an array for. I have figured out most of everything except for naming the variables to pull the information from.
I have an entirely different way to do the same thing, but it involves a different method of using comments in a document that I wasn't wanting to use and wanted to see if there was going to be a way to just name variables on teh document.
|