I have this line of code in my project that is giving me a "Unable to get the Match property of the WorksheetFunction class" ...
dln = WorksheetFunction.Match(td, swb.Worksheets(2).Range("B:B"))
dln is defined as a variant (???)
td = NOW
The value I am getting for td is 5/7/2018 8:03:04 PM...