Inserting Characters into macros

D

Dave Neve

Hi

I have two macros that are no longer working after a change of computer.

Stupid thing is that to get these macros to work originally, I know I used
eudcedit.exe and charmap.exe but it took me ages of reading and now, 2 years
later, I have forgotten what to do

The macros read

Sub dt()

'
' Hex Macro
' Macro enregistrée le 02/05/2005 par Dave Neve
'
Application.Keyboard (1028)
Selection.TypeText Text:=ChrW(61440)
End Sub

___________________________________________________________________________________________

Sub bp()
'
' bp Macro
' Macro enregistrée le 25/04/2005 par Dave Neve
'
Selection.InsertSymbol CharacterNumber:=222, Unicode:=True, Bias:=0
End Sub

_____________________________________________________________________________________________
For macro Sub dt(), I think that the hex code was converted from another
system ( eudcedit.exe ) and I don't know how to convert back to find the
place to put the character

For macro Sub bp(), I can't find a characterNumber 222, the numbers being
more like U+014C in charmap.exe

Can anyone give me some pointers?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top