Quote:
Originally Posted by Stephen Ray
Clipboard.SetText “John Doe” (only this line is highlighted in yellow)
|
Evidently, you've stored this content in a Word document, where your VBA straight quotes have been converted to smart quotes. Change:
Clipboard.SetText “John Doe”
to:
Clipboard.SetText "John Doe"