View Single Post
 
Old 02-09-2020, 05:35 PM
kingsinger kingsinger is offline Windows 10 Office 2013
Novice
 
Join Date: Feb 2020
Posts: 10
kingsinger is on a distinguished road
Default

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
Reply With Quote