I am trying to send +, -, x, or / ....to an application using the SendKeys
command.
I am using the following command line
SendKeys Format(Range("r6").Value, 1)
where R6 equals the plus, minus, x or / ....everything works fine except
for the plus sign? How can I send a plus sign to my application?
thanks
Bookmarks