This issue was resolved and I adopted the solution suggested by novinosrin. When dealing with strings containing words and special characters, a macro variable has some limitations. Since a macro variable is set to be used dynamically, and it is called by various programs including macro programs, it increases the complicacy of usage. Quotation marks are necessary in many functions, and the interpretation of a macro variable can only be within a pair of double quotation marks. Therefore, to pre-assign the single quotation mark to a text value containing words and special characters is very necessary and not avoidable in some cases. This topic is intended to find a good solution that I am not aware of for this specific technical issue. Thanks to all for valuable suggestions! Regards,
... View more