07-17-2008, 12:49 AM
I have different insurance coverages for each state. They are coming from an excel table. I would like to have some kind of function which accounts for every possible coverage for all states. Then I would like to pass parameters to this function depending on what the individual state requires. How can I do that?
.WebList("_lbVehBI").Select DataTable("inBodilyInjury", dtGlobalSheet)
This is how I fill in Bodily Injury so lets say texas has bodily injury so I want to pass that in but Maine does not so I do not pass that in.
.WebList("_lbVehBI").Select DataTable("inBodilyInjury", dtGlobalSheet)
This is how I fill in Bodily Injury so lets say texas has bodily injury so I want to pass that in but Maine does not so I do not pass that in.