View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ac ac is offline
external usenet poster
 
Posts: 18
Default FIND function not defined in macro

I am using the FIND function to find a character in a text string. I have to
find the state (CA, MA) etc and have a text string "Mps/Stpaul, MN ".
So if I can find the "," I can use the "Right/Left" function to determine
the state. The help says that this function exists but the compiler is
giving me an error message.