J
Jacky
Hi,
Actually I had posted add-on to my previous post "Button to insert Symbol",
however there doesn't seems to have any further reply from there. Not too
sure if it's due to me checking helpful that's why no response or there's no
offered solution.
Anyway, in the previous post, the initial solution was:
Private Sub InsertAmpersand_Click()
Screen.PreviousControl = Screen.PreviousControl & "@"
Screen.PreviousControl.SetFocus
End Sub
This is workable for all normal text symbols. However, for none normal text
symbols like 'Downwards Arrow With Tip Rightwards' from Wingdings 3 font, it
is not workable with this method. Even on this posting, when i just cut and
paste the symbol from words, it becomes like this .
From some trial and error, what I see is that the field is able to display
the character correctly, only when the filed font type is converted to
Wingdings 3. However, the intention to insert the symbol, is to use symbol
description with other text inputs.
Hope to hear some response...your help is appreciated.
Thanks.
Actually I had posted add-on to my previous post "Button to insert Symbol",
however there doesn't seems to have any further reply from there. Not too
sure if it's due to me checking helpful that's why no response or there's no
offered solution.
Anyway, in the previous post, the initial solution was:
Private Sub InsertAmpersand_Click()
Screen.PreviousControl = Screen.PreviousControl & "@"
Screen.PreviousControl.SetFocus
End Sub
This is workable for all normal text symbols. However, for none normal text
symbols like 'Downwards Arrow With Tip Rightwards' from Wingdings 3 font, it
is not workable with this method. Even on this posting, when i just cut and
paste the symbol from words, it becomes like this .
From some trial and error, what I see is that the field is able to display
the character correctly, only when the filed font type is converted to
Wingdings 3. However, the intention to insert the symbol, is to use symbol
description with other text inputs.
Hope to hear some response...your help is appreciated.
Thanks.