I am using the function below. It works fine if I call it in the following manner;
BillableHours = GetValue(fldpath, ThisDateFileName, "IngenuitE Time Card", "D16")
with the "D16" hard coded.
I need to search the closed file and determine where the billable hours will be stored, so I have...