The F column has this following code:
=IF(ISERROR(VLOOKUP(A7,Beers,2,FALSE)),"",IF(VLOOKUP(A7,Beers,2,FALSE)=0,"",VLOOKUP(A7,Beers,2,FALSE)))
I need a VBA script that only creates a border around those cells that evaulate to a value and not ""
This is the code I've tried:
Dim LastRating...