K
Kim
I have a macro I use in Word to insert a symbol at the cursor
insertion point. Here is the macro:
Sub Minus()
'
*********************************************************************
' Toolbar Item:
' -- Minus
'
*********************************************************************
' Insert minus symbol
Selection.InsertSymbol Font:="Symbol", characternumber:=-4051,
unicode:= _
True
End Sub
I need to use this same macro in PowerPoint, but the code isn't
working. Can someone provide me the coding? I'm new to ppt VBA.
Thanks,
Kim
insertion point. Here is the macro:
Sub Minus()
'
*********************************************************************
' Toolbar Item:
' -- Minus
'
*********************************************************************
' Insert minus symbol
Selection.InsertSymbol Font:="Symbol", characternumber:=-4051,
unicode:= _
True
End Sub
I need to use this same macro in PowerPoint, but the code isn't
working. Can someone provide me the coding? I'm new to ppt VBA.
Thanks,
Kim