View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Brassman[_3_] Brassman[_3_] is offline
external usenet poster
 
Posts: 1
Default VBA - find double quote (") in string

I need to know if the far right character in a cell is a doublequot
("). How can I do this? example (doesn't work):

If Right(Range("A1").Value,1) = " Then *Do some Action* else *d
another action

--
Message posted from http://www.ExcelForum.com