Hi, I am new to access VBA and trying to use it to send SMS messages. My problem is sending Greek messages.
I am looking for a code that will convert the greek text to Hex code. For example the greek "Γ" (Gamma) should return a result %CE%93.
I was hoping that the code provided by JANR would...