View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Steve A Steve A is offline
external usenet poster
 
Posts: 10
Default I need a criteria expression to not include records that start wit

I have a list with some records that start with *. I would like to exclude
these from the list with a query. I have tried Not Like '~*%' but it does
not exclude the records. Does anyone have a suggestion for me.