Thread: is there a #?
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default is there a #?

If the_value Like "*#*" Then
... error

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Arne Hegefors" wrote in message
...
In my macro I get info from another program. If something has gone wrong

then
the charachter # is found in the info. How can I write a short test to see

if
that charachter is found in the info given? please help! thanks!