View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gary[_5_] Gary[_5_] is offline
external usenet poster
 
Posts: 5
Default Checking characters using VBA

I would like to check the first 9 characters in a cell. If
they match then return false. For example: If a cell does
not have "includes:" as the first word then delete a
specific range. Thanks

Gary