Hello All,
I have written a piece of code with the following line being used for quotes
strQuote = Chr$(34)
It is working fine on my computer however, when the file is run on another computer, it gives a compiler error that the library is not found and highlights the above line.
Do we need any additional library to execute the above code.
Thanks and Regards
