Just go to your form, click the combo ComboBox4 you use for Rep Name, right click and go to see code. It will create a Sub ComboBox4_Change. Insert your...
RET Today, 11:25 AMDear p45cal,
I know the use use of whole column references is not a good idea, but I have many sheets that have a different number or rows....
Could you point me to where I get some assistrance on how to incorperate this in my userform VBA please...
Jannis Today, 01:07 AMA guess:
=SUM((('CE PCOE PTSA'!M1:M19="SP")+('CE PCOE PTSA'!M1:M19="DP"))*("X"=('CE PCOE PTSA'!AN1:AN19))*(("X"='CE
Calculate a total (countifs)
What is the absolute maximum number of rows you'll ever possibly have to deal with, even in your wildest dreams?
p45cal Today, 01:24 PMMore than a mllion?
Cutting...