I'm getting a type mismatch error on the following line:
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 I'm getting the error. any help would be very much appreciated.
Thanks,
C
Code:
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 I'm getting the error. any help would be very much appreciated.
Thanks,
C