R
Robert
Hello Everyone,
My problem stems from the need to use Foreign Language (FL) characters
borrowed from the Symbol font. I have produced eight short macros for
them, here is one:
Sub M2()
' Prints Schwa, Symbol hex 0259
Selection.InsertSymbol Font:="Arial", CharacterNumber:=601, _
Unicode:=msoTrue
End Sub
These work well in Word where they can be called by keyboard shortcuts.
I need however to transfer them to PowerPoint where they were
originally intended. Surprisingly I found that before such a transfer
they were still available to PowerPoint from Word. But I will soon
travel abroad and need to take my PPT presentations with me.
So how can I transfer them (and modifiy them if needed?) to PowerPoint?
I have tried Copy/Paste but the Clipboard corrupts some of the macros,
and after I have edited them, PPT shuts down and the macros disappear.
What am I doing wrong, please?
One final little point, when run these macros leave the FL character
highlighted. What must I add to remove this?
Thank you for any help.
Robert.
My problem stems from the need to use Foreign Language (FL) characters
borrowed from the Symbol font. I have produced eight short macros for
them, here is one:
Sub M2()
' Prints Schwa, Symbol hex 0259
Selection.InsertSymbol Font:="Arial", CharacterNumber:=601, _
Unicode:=msoTrue
End Sub
These work well in Word where they can be called by keyboard shortcuts.
I need however to transfer them to PowerPoint where they were
originally intended. Surprisingly I found that before such a transfer
they were still available to PowerPoint from Word. But I will soon
travel abroad and need to take my PPT presentations with me.
So how can I transfer them (and modifiy them if needed?) to PowerPoint?
I have tried Copy/Paste but the Clipboard corrupts some of the macros,
and after I have edited them, PPT shuts down and the macros disappear.
What am I doing wrong, please?
One final little point, when run these macros leave the FL character
highlighted. What must I add to remove this?
Thank you for any help.
Robert.