How can i see if the activecell contains "º" (this symbol)

Need something like:

Select case true
case Activecell.value contains "º" 
 MSGBOX "value has º symbol"
end select
thanks in advance