the " in a string variable

  • Thread starter Thread starter giannis
  • Start date Start date
G

giannis

I need write a message and i need check if
after a inputbox() the user didnt write the character ".
(this is for renaming a folder in the disk and i dont
accept in the iputbox() the characters / \ : * | " < >)

How can write in the inputbox() the character " and how
can write in the If command the character " ?
 
Don't bother.

There are too many variable conditions that may or may not be valid in
different file systems. Just attempt to assign the user's entry, and use
error handling. There is no point in reinventing the wheel and trying to
re-handle all the possible reasons why such an assignment could fail.
 
Back
Top