Hi,
I have a small Outlook Macro that calls up an InputBox. The content of this determines the filename to be saved.
We're running into problems with people putting in restricted characters (e.g. slashes), and breaking functionality. The script seemingly completes successfully, but the file ("MyCo / Purchase.pdf", e.g.) is never saved.
How can I restrict my InputBox to only accept letters, numbers, spaces, dashes and underscores?
Thanks,
--RHYNO
I have a small Outlook Macro that calls up an InputBox. The content of this determines the filename to be saved.
We're running into problems with people putting in restricted characters (e.g. slashes), and breaking functionality. The script seemingly completes successfully, but the file ("MyCo / Purchase.pdf", e.g.) is never saved.
How can I restrict my InputBox to only accept letters, numbers, spaces, dashes and underscores?
Thanks,
--RHYNO