I'm wondering how in VBA to make a function that gets a term name/description if the date range falls within the same date range as the term
so for example if the date is 1/8/2015 - 12/12/2015 then it is term 4
if date from and date until between the above dates then = term 4
not sure how I would make this out in VBA and I hope that it is fast (i.e. convert to clng() )