Hello,
I am creating a program that will allow me to calculate taxes on a pay. Since the amounts deducted are not straight percentages, there are close to 5600 different options, based on the gross pay amount. I am wanting to make the program as versitile as possible, so I am hoping to be able to include as many of the options as I can. Using If....then or Select Case statements means a heck of a lot of code for each different deduction. Can anyone suggest a faster way?
Thanks in advance for the assistance!