Excellent.
I just solved it myself but through a much less scientific method.
I just started Dimming all the components to long out of frustration.
I am still not quite sure why it fails though.
Scenario 1
pickle = 32,000 *10 ------------ works just fine
Dim Pickle as integer
Pickle = 32,000* 10 -------------- works fine
but
RPCF2= 375
Cl = 89
StrtRWf2 = (CL - 1) * RPCF2 + 3
Well I guess I am just a butcher when I program.