If the match is made in F it should just place an "x" in the same
column (F) but i was only planning on using this for a small segment of
the script. I am trying to figure this part out for two reasons, to
keep moving forward tonight and to learn how to do this.
The plan i have for this script is to be called by another script that
searches the cells for specific criteria i.e All CAPS or Starts with a
number, etc. once it finds the proper cell then it will, hopefully,
call up this script to place an "x" in the appropriate place.
The hardest task so far is figuring out the rules to search for, for
instance:
STANDARDS FOR FOREIGN LANGUAGE LEARNING
Vocabulario en acción 1
Communication 1.1 Students engage in conversations
i can easily find All CAPS and "Word Space NumberDotumber but the
middle cell is the hardest. I have started to conclude after all of
this that i might have to have the script start at a starting position
and work its way down the column checking each cell not only for a
series of rules but then comparing to the cell above and below. In
other words, when the script comes to (in the above example) the middle
cell (Vocab) it will have to check to see if it is all CAPS or has
NumberDotNumber, if it does not it then it checks the cell above,
(STANDARDS) if the cell above is All CAPS i now know that the cell
(Vocab)'s "x" will fall in the tier one column to the right of whatever
tier the cell above (STANDARDS) is.
I have a few main rules that everything will fall under.
Cell = Chapter #
Cell contains = DAY or BLOCK
First word or entire contents = All CAPS or the Text "Pre-AP Practice"
First word = (# min.) i.e (3 min.) or (7 min)
Cell contains = (Word Space NumberDotNumber)
Any help with this would be awesome. i am way over my head.
God bless
jsd219