M
mpjohnston
Basically I am trying to run one statement then use the informatio
pulled from to complete a second statement.
The first statement is:
ActiveCell.FormulaR1C1
"=MATCH(""StricklandT"",qperiodagentperformance!C[-10],0)"
This will result in 206 - which will give me the cells below D206 an
A206
The second statement (in theory):
ActiveCell.FormulaR1C1
"=INDEX(qperiodagentperformance!D206
13000,MATCH("Agen
Summary",qperiodagentperformance!A206:A13000,0))
See the worksheet has a listing of 20 or so Agents and under each agen
is their Agent Summary. So my theory is find where each agent start
then find their agent summary under it.
Any suggestions.
Thanks, Mik
pulled from to complete a second statement.
The first statement is:
ActiveCell.FormulaR1C1
"=MATCH(""StricklandT"",qperiodagentperformance!C[-10],0)"
This will result in 206 - which will give me the cells below D206 an
A206
The second statement (in theory):
ActiveCell.FormulaR1C1
"=INDEX(qperiodagentperformance!D206
Summary",qperiodagentperformance!A206:A13000,0))
See the worksheet has a listing of 20 or so Agents and under each agen
is their Agent Summary. So my theory is find where each agent start
then find their agent summary under it.
Any suggestions.
Thanks, Mik