AllSoEasy: I don't think you got the message. You didn't have an apostrophe in the comment you showed and, if if you did, the /* */ type of comment would not have been bothered by it. You likely have a different problem, like an embedded apostrophe in one of the other not recommended (for a macro) comment types, or an incomplete set of /* */ comments. I would suggest changing all of your comments to the /* */ type, leave the questioned comment in your code and make sure that the code runs. Otherwise, you risk the possibility that an essential line of code is being ignored.
... View more