Image Export converts PowerPoint slides to high-quality images.
PPT2HTML exports HTML even from PowerPoint 2010 and 2013, gives you full control of PowerPoint HTML output, helps meet Section 508 accessibility requirements
Merge Excel data into PowerPoint presentations to create certificates, awards presentations, personalized presentations and more
Resize your presentations quickly and without distortion
Language Selector switches the text in your presentation from one language to another
FixLinks prevents broken links when you distribute PowerPoint presentations
Shape Styles brings styles to PowerPoint. Apply complex formatting with a single click.
Insert a symbol or other character at the insert cursor position
Use this code snippet:
Dim oRange as TextRange
Set oRange = ActiveWindow.Selection.TextRange.Characters
oRange.Text = Chr$(123) ' the number of the character you want
oRange.Font.Name = "Monotype Sorts" ' the name of the font you want to use
Insert a symbol or other character at the insert cursor position
http://www.pptfaq.com/FAQ00310_Insert_a_symbol_or_other_character_at_the_insert_cursor_position.htm
Last update 07 June, 2011
Created: