C
Chris Watts
Hi!
In PPT 2007
How can I allocate a shortcut key to a macro (using vba presumably)?
Where should I place the code for it to be assigned on starting PPT?
I have done this quite succesfully in vba for Excel using:
Private Sub Workbook_Open()
Application.MacroOptions Macro:="FitToSlide", HasShortcutKey:=False,
ShortcutKey:="Q"
End Sub
and placing it in This Workbook under Excel objects.
But cannot see how/where to do the same in PPT.
TIA
Chris
In PPT 2007
How can I allocate a shortcut key to a macro (using vba presumably)?
Where should I place the code for it to be assigned on starting PPT?
I have done this quite succesfully in vba for Excel using:
Private Sub Workbook_Open()
Application.MacroOptions Macro:="FitToSlide", HasShortcutKey:=False,
ShortcutKey:="Q"
End Sub
and placing it in This Workbook under Excel objects.
But cannot see how/where to do the same in PPT.
TIA
Chris