J
Jason Morin
I'm struggling with a simple UDF (it might require 2). I'd
like to return TRUE/FALSE if a cell has a top *or* bottom
border. Something like:
Function IsBorder(cell As Range) As Boolean
IsBorder = cell.Borders(xlEdgeTop)
End Function
Thanks!
Jason
like to return TRUE/FALSE if a cell has a top *or* bottom
border. Something like:
Function IsBorder(cell As Range) As Boolean
IsBorder = cell.Borders(xlEdgeTop)
End Function
Thanks!
Jason