View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] michael_mcclellan@hotmail.com is offline
external usenet poster
 
Posts: 23
Default How do you say "begins with"

Hi there,

I am writing a function that needs to have a statement in it that goes

If [data in ActiveCell] begins with "P"
then do something.

How do I do this?