2
I'm verifying the FormatCurrency
function is written properly in ASP code and I put everything in Excel from "find results".
I want to highlight only the ones that do not contain ",2" in them.
Don't highlight this:
styResult = FormatCurrency(TotalCostOfOwnership, 2)
Highlight this:
strResult = FormatCurrency(TotalRevenueStream, 8, 3)
Don't hightlight this:
styResult = FormatCurrency(TotalCreditsReceived,2)