I think this is just a simple tweak. I'm trying to create a module in which I can pass keywords and reuse the same code to generate some pricing on the form. I would pass words like Full, Mid, Basic as the SolutionType.
Function MyFunctionName(SolutionType As String)
Dim sumListPrice...