Thread
:
VBA - find double quote (") in string
View Single Post
#
1
Posted to microsoft.public.excel.programming
Brassman[_3_]
external usenet poster
Posts: 1
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
Reply With Quote
Brassman[_3_]
View Public Profile
Find all posts by Brassman[_3_]