I'm getting a type mismatch error on the following line:
enginePrice = Csng(RFP) - Csng(SRP) - Csng(manualadj) - Csng(Penalty)
RFP, SRP, manualadj, and penalty are all globally declared in a seperate header file as strings
and enginPrice is globally declared as a single.
I can't figure out why...