View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MJR MJR is offline
external usenet poster
 
Posts: 1
Default Inputbox and & character

I'm using an inputbox to get a search string from a user. I'd like the
result to be interpreted literally. As it is, if a user happens to enter an
ampersand (&) symbol (which is a legitimate entry in this case) the symbol is
discarded, and the text on either side is concactenated. Is there a simple
work around for this, or do I need to capture this (and other?) symbols
programatically.

BTW, this is just my first post, but this is the second place place I look
for answers to my MS Office questions. The first, of course, is the help
files. Thanks!