Oops. Answering one of my own questions about the smart quotes:
It's explained here I believe:
Code:
Public Const open_quote As String = "("")" ' Smart quote entered using ALT+0147
Public Const close_quote As String = """" ' Smart quote entered using ALT+0148
Edit: Although I'm not completely sure how it works. Could somebody show me specifically what to paste in to the open and closing quotes constant to use this with smart quotes?
Seems like the other quesiton/comment I had above about commas, period, etc. is perhaps also addressed in one of these public constants, but I'm not sure I have it configured correctly.
KS